Searched refs:doitype (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dlocalconf.c282 * convert doitype to DOI value.
287 doitype2doi(doitype)
288 int doitype;
290 if (ARRAYLEN(lc_doitype2doi) > doitype)
291 return lc_doitype2doi[doitype];
H A Dremoteconf.h48 int doitype; /* doi type */ member in struct:remoteconf
H A Dremoteconf.c150 new->doitype = IPSEC_DOI;
H A Dcfparse.y743 | DOI DOITYPE { cur_rmconf->doitype = $2; } EOS
H A Disakmp_inf.c412 n->doi = htonl(iph1->rmconf->doitype);
H A Dipsec_doi.c1376 ((struct ipsecdoi_sa_b *)bp)->doi = htonl(iph1->rmconf->doitype);
2343 ((struct ipsecdoi_sa_b *)mysa->v)->doi = htonl(props->rmconf->doitype);

Completed in 64 milliseconds