Home | History | Annotate | Download | only in racoon

Lines Matching full:props

2641 ipsecdoi_setph1proposal(props)
2642 struct isakmpsa *props;
2650 sablen += setph1prop(props, NULL);
2661 ((struct ipsecdoi_sa_b *)mysa->v)->doi = htonl(props->rmconf->doitype);
2662 ((struct ipsecdoi_sa_b *)mysa->v)->sit = htonl(props->rmconf->sittype);
2664 (void)setph1prop(props, mysa->v + sizeof(struct ipsecdoi_sa_b));
2670 setph1prop(props, buf)
2671 struct isakmpsa *props;
2686 prop->p_no = props->prop_no;
2695 for (s = props; s != NULL; s = s->next) {