Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dpf.c463 ((sk)->af_lan != (sk)->af_gwy || \
946 if ((diff = a->af_gwy - b->af_gwy) != 0) { in pf_state_compare_ext_gwy()
950 a_nat64 = (a->af_lan == PF_INET6 && a->af_gwy == PF_INET) ? 1 : 0; in pf_state_compare_ext_gwy()
951 b_nat64 = (b->af_lan == PF_INET6 && b->af_gwy == PF_INET) ? 1 : 0; in pf_state_compare_ext_gwy()
1009 switch (a->af_gwy) { in pf_state_compare_ext_gwy()
1013 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1019 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1027 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1034 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1133 key->af_lan == PF_INET && key->af_gwy == PF_INET) { in pf_find_state()
[all …]
H A Dpfvar.h997 sa_family_t af_gwy; member
1012 sa_family_t af_gwy; member
1143 sa_family_t af_gwy; member
H A Dpf_ioctl.c1279 sp->af_gwy = sk->af_gwy; in pf_state_export()
1337 sk->af_gwy = sp->af_gwy; in pf_state_import()
3720 key.af_gwy = pnl->af; in pfioctl_ioc_natlook()
3755 sk->af_gwy); in pfioctl_ioc_natlook()