Home
last modified time | relevance | path

Searched refs:sadb_supported_len (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/lib/libipsec/
HDpfkey.c122 tlen = ipsec_supported[algno]->sadb_supported_len in findsupportedalg()
161 *ipsup = malloc(sup->sadb_supported_len); in setsupportedmap()
166 memcpy(*ipsup, sup, sup->sadb_supported_len); in setsupportedmap()
724 ep < p + sup->sadb_supported_len) { in pfkey_set_supported()
739 sup->sadb_supported_len = PFKEY_EXTLEN(sup); in pfkey_set_supported()
745 p += sup->sadb_supported_len; in pfkey_set_supported()
/freebsd-14-stable/sys/net/
HDpfkeyv2.h178 u_int16_t sadb_supported_len; member
/freebsd-14-stable/sys/netipsec/
HDkey_debug.c370 len = (PFKEY_UNUNIT64(sup->sadb_supported_len) - sizeof(*sup)) in kdebug_sadb_supported()
HDkey.c7233 sup->sadb_supported_len = PFKEY_UNIT64(alen); in key_register()
7257 sup->sadb_supported_len = PFKEY_UNIT64(elen); in key_register()