Searched refs:doitype (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | localconf.c | 368 doitype2doi(doitype) in doitype2doi() argument 369 int doitype; in doitype2doi() 371 if (ARRAYLEN(lc_doitype2doi) > doitype) 372 return lc_doitype2doi[doitype];
|
| H A D | ipsec_doi.c | 180 u_int32_t doitype, sittype; local 184 &doitype, &sittype); 189 newsa = get_ph1approval(iph1, doitype, sittype, pair); 239 get_ph1approval(iph1, doitype, sittype, pair) in get_ph1approval() argument 241 u_int32_t doitype, sittype; 336 newsa = get_sabyproppair(doitype, sittype, p); 746 u_int32_t doitype, sittype; local 750 &doitype, &sittype); 762 iph2->sa_ret = get_sabyproppair(doitype, sittype, ret); 786 u_int32_t doitype, sittype; local [all …]
|
| H A D | remoteconf.h | 95 int doitype; /* doi type */ member
|
| H A D | remoteconf.c | 498 new->doitype = IPSEC_DOI; in newrmconf() 978 plog(LLV_INFO, LOCATION, NULL, "\tdoi %s;\n", s_doi(p->doitype)); in dump_rmconf_single()
|
| H A D | isakmp_inf.c | 801 n->doi = htonl(iph1->rmconf->doitype);
|
| H A D | cfparse.y | 2004 | DOI DOITYPE { cur_rmconf->doitype = $2; } EOS
|