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

/external/ipsec-tools/src/racoon/
H A Dlocalconf.c305 * convert sittype to DOI value.
310 sittype2doi(sittype)
311 int sittype;
313 if (ARRAYLEN(lc_sittype2doi) > sittype)
314 return lc_sittype2doi[sittype];
H A Dremoteconf.h67 int sittype; /* situation type */ member in struct:remoteconf
H A Dremoteconf.c182 new->sittype = IPSECDOI_SIT_IDENTITY_ONLY;
H A Dcfparse.y1657 | SITUATION SITUATIONTYPE { cur_rmconf->sittype = $2; } EOS
H A Dipsec_doi.c1592 ((struct ipsecdoi_sa_b *)bp)->sit = htonl(iph1->rmconf->sittype);
2662 ((struct ipsecdoi_sa_b *)mysa->v)->sit = htonl(props->rmconf->sittype);

Completed in 75 milliseconds