Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf.c466 ((sk)->af_lan != (sk)->af_gwy || \
949 if ((diff = a->af_gwy - b->af_gwy) != 0) { in pf_state_compare_ext_gwy()
953 a_nat64 = (a->af_lan == PF_INET6 && a->af_gwy == PF_INET) ? 1 : 0; in pf_state_compare_ext_gwy()
954 b_nat64 = (b->af_lan == PF_INET6 && b->af_gwy == PF_INET) ? 1 : 0; in pf_state_compare_ext_gwy()
1012 switch (a->af_gwy) { in pf_state_compare_ext_gwy()
1016 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1022 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1030 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1037 a->af_gwy)) != 0) { in pf_state_compare_ext_gwy()
1136 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.c1280 sp->af_gwy = sk->af_gwy; in pf_state_export()
1338 sk->af_gwy = sp->af_gwy; in pf_state_import()
3721 key.af_gwy = pnl->af; in pfioctl_ioc_natlook()
3756 sk->af_gwy); in pfioctl_ioc_natlook()