Home
last modified time | relevance | path

Searched refs:satype (Results 1 – 6 of 6) sorted by relevance

/external/ipsec-tools/src/libipsec/
Dpfkey.c123 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 …]
Dlibpfkey.h70 u_int satype; member
/external/ipsec-tools/src/racoon/
Dpfkey.c285 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 …]
Dbackupsa.c152 sa_args->satype, (unsigned long)ntohl(sa_args->spi),
267 GETNEXTNUM(sa_args.satype, strtoul); in backupsa_from_file()
Dhandler.h279 u_int8_t satype; /* satype in PF_KEY */ member
Disakmp.c2298 iph2->satype, 0, 0));