Home | History | Annotate | Download | only in racoon

Lines Matching refs:rmconf

234 				    iph1->rmconf->proposal, &tsa, 
235 iph1->rmconf->pcheck_level)) != NULL)
254 iph1->rmconf->proposal);
290 if (iph1->rmconf->proposal->gssid != NULL)
291 iph1->gi_i = vdup(iph1->rmconf->proposal->gssid);
1591 ((struct ipsecdoi_sa_b *)bp)->doi = htonl(iph1->rmconf->doitype);
1592 ((struct ipsecdoi_sa_b *)bp)->sit = htonl(iph1->rmconf->sittype);
2661 ((struct ipsecdoi_sa_b *)mysa->v)->doi = htonl(props->rmconf->doitype);
2662 ((struct ipsecdoi_sa_b *)mysa->v)->sit = htonl(props->rmconf->sittype);
3674 if (genlist_next(iph1->rmconf->idvl_p, 0)) {
3680 for (id = genlist_next (iph1->rmconf->idvl_p, &gpb); id; id = genlist_next (0, &gpb)) {
3734 if (iph1->rmconf->verify_identifier)
3763 switch (iph1->rmconf->idvtype) {
3766 ident = getidval(iph1->rmconf->idvtype, iph1->rmconf->idv);
3770 ident = getidval(iph1->rmconf->idvtype, iph1->rmconf->idv);
3774 ident = getidval(iph1->rmconf->idvtype, iph1->rmconf->idv);
3778 if (iph1->rmconf->idv) {
3780 ident = vdup(iph1->rmconf->idv);
3796 if (iph1->rmconf->idv)
3797 ipid = (struct sockaddr *)iph1->rmconf->idv->v;