Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet6/
H A Dipsec.h163 #define IPSEC_DIR_ANY 0 macro
/xnu-8020.140.41/bsd/netkey/
H A Dkey.c10348 …if ((sah = key_newsah(&saidx, NULL, 0, IPSEC_DIR_ANY, SECURITY_ASSOCIATION_CUSTOM_IPSEC)) == NULL)… in key_reserve_custom_ipsec()