Home
last modified time | relevance | path

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

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