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);
1595 ((struct ipsecdoi_sa_b *)bp)->doi = htonl(iph1->rmconf->doitype);
1596 ((struct ipsecdoi_sa_b *)bp)->sit = htonl(iph1->rmconf->sittype);
2665 ((struct ipsecdoi_sa_b *)mysa->v)->doi = htonl(props->rmconf->doitype);
2666 ((struct ipsecdoi_sa_b *)mysa->v)->sit = htonl(props->rmconf->sittype);
3678 if (genlist_next(iph1->rmconf->idvl_p, 0)) {
3684 for (id = genlist_next (iph1->rmconf->idvl_p, &gpb); id; id = genlist_next (0, &gpb)) {
3738 if (iph1->rmconf->verify_identifier)
3767 switch (iph1->rmconf->idvtype) {
3770 ident = getidval(iph1->rmconf->idvtype, iph1->rmconf->idv);
3774 ident = getidval(iph1->rmconf->idvtype, iph1->rmconf->idv);
3778 ident = getidval(iph1->rmconf->idvtype, iph1->rmconf->idv);
3782 if (iph1->rmconf->idv) {
3784 ident = vdup(iph1->rmconf->idv);
3800 if (iph1->rmconf->idv)
3801 ipid = (struct sockaddr *)iph1->rmconf->idv->v;