Home | History | Annotate | Download | only in racoon

Lines Matching refs:sittype

180 	u_int32_t doitype, sittype;
184 &doitype, &sittype);
189 newsa = get_ph1approval(iph1, doitype, sittype, pair);
241 get_ph1approval(iph1, doitype, sittype, pair)
243 u_int32_t doitype, sittype;
340 newsa = get_sabyproppair(doitype, sittype, p);
750 u_int32_t doitype, sittype;
754 &doitype, &sittype);
766 iph2->sa_ret = get_sabyproppair(doitype, sittype, ret);
790 u_int32_t doitype, sittype;
794 &doitype, &sittype);
860 iph2->sa_ret = get_sabyproppair(doitype, sittype, p);
1146 get_proppair_and_doi_sit(sa, mode, doitype, sittype)
1149 u_int32_t *doitype, *sittype;
1177 if (sittype != NULL)
1178 *sittype = ntohl(sab->sit);
1437 get_sabyproppair(doitype, sittype, pair)
1438 u_int32_t doitype, sittype;
1466 ((struct ipsecdoi_sa_b *)bp)->sit = htonl(sittype);
2628 ((struct ipsecdoi_sa_b *)mysa->v)->sit = htonl(rmconf->sittype);