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

  /external/ipsec-tools/src/libipsec/
pfkey.c 129 findsupportedmap(satype)
130 int satype;
135 if (supported_map[i] == satype)
141 findsupportedalg(satype, alg_id)
142 u_int satype, alg_id;
149 algno = findsupportedmap((int)satype);
224 u_int satype; local
229 satype = SADB_SATYPE_AH;
232 satype = SADB_SATYPE_ESP;
239 return ipsec_check_keylen2(satype, alg_id, keylen)
287 u_int satype; local
    [all...]
libpfkey.h 74 u_int satype; member in struct:pfkey_send_sa_args
  /external/ipsec-tools/src/racoon/
pfkey.c 303 pfkey_dump_sadb(satype)
304 int satype;
333 if (pfkey_send_dump(s, satype) < 0) {
394 int satype; local
397 if ((satype = admin2pfkey_proto(proto)) < 0)
401 if (pfkey_send_flush(lcconf->sock_pfkey, satype) < 0) {
682 pfkey2ipsecdoi_proto(satype)
683 u_int satype;
685 switch (satype) {
695 "Invalid pfkey proto: %u\n", satype);
897 u_int satype, mode; local
2088 u_int satype, mode; local
    [all...]
backupsa.c 76 * src dst satype spi mode reqid wsize \
152 sa_args->satype, (unsigned long)ntohl(sa_args->spi),
267 GETNEXTNUM(sa_args.satype, strtoul);
handler.h 311 u_int8_t satype; /* satype in PF_KEY */ member in struct:ph2handle
313 * saved satype in the original PF_KEY request from
admin.c 561 iph2->satype = admin2pfkey_proto(com->ac_proto);
isakmp.c     [all...]

Completed in 339 milliseconds