Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dpf.c463 ((sk)->af_lan != (sk)->af_gwy || \
962 if ((diff = a->af_gwy - b->af_gwy) != 0) { in pf_state_compare_ext_gwy()
966 a_nat64 = (a->af_lan == PF_INET6 && a->af_gwy == PF_INET) ? 1 : 0; in pf_state_compare_ext_gwy()
967 b_nat64 = (b->af_lan == PF_INET6 && b->af_gwy == PF_INET) ? 1 : 0; in pf_state_compare_ext_gwy()
1025 switch (a->af_gwy) { in pf_state_compare_ext_gwy()
1029 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1035 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1043 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1050 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1152 key->af_lan == PF_INET && key->af_gwy == PF_INET) { in pf_find_state()
[all …]
H A Dpfvar.h986 sa_family_t af_gwy; member
1001 sa_family_t af_gwy; member
1132 sa_family_t af_gwy; member
H A Dpf_ioctl.c1266 sp->af_gwy = sk->af_gwy; in pf_state_export()
1324 sk->af_gwy = sp->af_gwy; in pf_state_import()
3712 key.af_gwy = pnl->af; in pfioctl_ioc_natlook()
3747 sk->af_gwy); in pfioctl_ioc_natlook()