Home | History | Annotate | Download | only in racoon

Lines Matching defs:prop

514 	struct isakmpsa *prop = p->proposal;
588 while (prop) {
592 prop->prop_no, prop->trns_no,
593 saddr2str(prop->rmconf->remote));
596 (long)prop->lifetime);
598 prop->lifebyte);
600 alg_oakley_dhdef_name(prop->dh_group));
602 alg_oakley_encdef_name(prop->enctype));
604 alg_oakley_hashdef_name(prop->hashtype));
606 alg_oakley_authdef_name(prop->authmethod));
608 prop = prop->next;