Home
last modified time | relevance | path

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

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