HomeSort by relevance Sort by last modified time
    Searched defs:satype (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/libipsec/
libpfkey.h 70 u_int satype; member in struct:pfkey_send_sa_args
pfkey.c 123 findsupportedmap(satype)
124 int satype;
129 if (supported_map[i] == satype)
135 findsupportedalg(satype, alg_id)
136 u_int satype, alg_id;
143 algno = findsupportedmap((int)satype);
218 u_int satype; local
223 satype = SADB_SATYPE_AH;
226 satype = SADB_SATYPE_ESP;
233 return ipsec_check_keylen2(satype, alg_id, keylen)
281 u_int satype; local
    [all...]
  /external/ipsec-tools/src/racoon/
handler.h 279 u_int8_t satype; /* satype in PF_KEY */ member in struct:ph2handle
281 * saved satype in the original PF_KEY request from
pfkey.c 285 pfkey_dump_sadb(satype)
286 int satype;
303 if (pfkey_send_dump(s, satype) < 0) {
365 int satype; local
368 if ((satype = admin2pfkey_proto(proto)) < 0)
372 if (pfkey_send_flush(lcconf->sock_pfkey, satype) < 0) {
621 pfkey2ipsecdoi_proto(satype)
622 u_int satype;
624 switch (satype) {
634 "Invalid pfkey proto: %u\n", satype);
842 u_int satype, mode; local
2025 u_int satype, mode; local
    [all...]

Completed in 70 milliseconds