Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dpf.c956 int a_nat64, b_nat64; in pf_state_compare_ext_gwy() local
967 b_nat64 = (b->af_lan == PF_INET6 && b->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()