Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dlocalconf.c310 sittype2doi(sittype) in sittype2doi() argument
311 int sittype; in sittype2doi()
313 if (ARRAYLEN(lc_sittype2doi) > sittype)
314 return lc_sittype2doi[sittype];
Dremoteconf.h67 int sittype; /* situation type */ member
Dremoteconf.c182 new->sittype = IPSECDOI_SIT_IDENTITY_ONLY; in newrmconf()
Dcfparse.y1657 | SITUATION SITUATIONTYPE { cur_rmconf->sittype = $2; } EOS
Dipsec_doi.c1596 ((struct ipsecdoi_sa_b *)bp)->sit = htonl(iph1->rmconf->sittype);
2666 ((struct ipsecdoi_sa_b *)mysa->v)->sit = htonl(props->rmconf->sittype);