Searched refs:satype (Results 1 – 6 of 6) sorted by relevance
/external/ipsec-tools/src/libipsec/ |
D | pfkey.c | 123 findsupportedmap(satype) in findsupportedmap() argument 124 int satype; in findsupportedmap() 129 if (supported_map[i] == satype) 135 findsupportedalg(satype, alg_id) in findsupportedalg() argument 136 u_int satype, alg_id; in findsupportedalg() 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); [all …]
|
D | libpfkey.h | 70 u_int satype; member
|
/external/ipsec-tools/src/racoon/ |
D | pfkey.c | 285 pfkey_dump_sadb(satype) in pfkey_dump_sadb() argument 286 int satype; in pfkey_dump_sadb() 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) in pfkey2ipsecdoi_proto() argument 622 u_int satype; in pfkey2ipsecdoi_proto() 624 switch (satype) { 634 "Invalid pfkey proto: %u\n", satype); [all …]
|
D | backupsa.c | 152 sa_args->satype, (unsigned long)ntohl(sa_args->spi), 267 GETNEXTNUM(sa_args.satype, strtoul); in backupsa_from_file()
|
D | handler.h | 279 u_int8_t satype; /* satype in PF_KEY */ member
|
D | isakmp.c | 2293 iph2->satype, 0, 0));
|