Searched refs:sittype (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dlocalconf.c264 * convert sittype to DOI value.
269 sittype2doi(sittype)
270 int sittype;
272 if (ARRAYLEN(lc_sittype2doi) > sittype)
273 return lc_sittype2doi[sittype];
H A Dremoteconf.h49 int sittype; /* situation type */ member in struct:remoteconf
H A Dremoteconf.c151 new->sittype = IPSECDOI_SIT_IDENTITY_ONLY;
H A Dcfparse.y744 | SITUATION SITUATIONTYPE { cur_rmconf->sittype = $2; } EOS
H A Dipsec_doi.c1377 ((struct ipsecdoi_sa_b *)bp)->sit = htonl(iph1->rmconf->sittype);
2344 ((struct ipsecdoi_sa_b *)mysa->v)->sit = htonl(props->rmconf->sittype);

Completed in 43 milliseconds