Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/net/
H A Dpf.c940 int a_nat64, b_nat64; in pf_state_compare_ext_gwy() local
951 b_nat64 = (b->af_lan == PF_INET6 && b->af_gwy == PF_INET) ? 1 : 0; in pf_state_compare_ext_gwy()
952 if ((diff = a_nat64 - b_nat64) != 0) { in pf_state_compare_ext_gwy()