Home
last modified time | relevance | path

Searched refs:IPSEC_DIR_ANY (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/bsd/netinet6/
H A Dipsec.h164 #define IPSEC_DIR_ANY 0 macro
/xnu-10063.141.1/bsd/netkey/
H A Dkey.c575 if ((sah->dir != IPSEC_DIR_OUTBOUND) && (sah->dir != IPSEC_DIR_ANY)) { in key_get_flowid()
10513 …if ((sah = key_newsah(&saidx, NULL, 0, IPSEC_DIR_ANY, SECURITY_ASSOCIATION_CUSTOM_IPSEC)) == NULL)… in key_reserve_custom_ipsec()