Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dpf.c956 int a_nat64, b_nat64; in pf_state_compare_ext_gwy() local
966 a_nat64 = (a->af_lan == PF_INET6 && a->af_gwy == PF_INET) ? 1 : 0; in pf_state_compare_ext_gwy()
968 if ((diff = a_nat64 - b_nat64) != 0) { in pf_state_compare_ext_gwy()