Searched refs:fw_flg (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.c845 compat_rule->fw_flg |= IP_FW_F_SME_COMPAT;
847 compat_rule->fw_flg |= IP_FW_F_INVSRC_COMPAT;
859 compat_rule->fw_flg |= IP_FW_F_INVSRC_COMPAT;
872 compat_rule->fw_flg |= IP_FW_F_INVSRC_COMPAT;
887 compat_rule->fw_flg |= IP_FW_F_SRNG_COMPAT;
901 compat_rule->fw_flg |= IP_FW_F_DME_COMPAT;
903 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
915 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
927 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
943 compat_rule->fw_flg |
[all...]
H A Dip_fw2_compat.h44 * fw_flg and fw_n*p are stored in host byte order (of course).
58 u_int fw_flg; /* Flags word */ member in struct:ip_fw_compat
144 u_int fw_flg; /* Flags word */ member in struct:ip_fw_compat_32
189 u_int fw_flg; /* Flags word */ member in struct:ip_fw_compat_64
388 * fw_flg and fw_n*p are stored in host byte order (of course).
398 u_int fw_flg; /* Flags word */ member in struct:ip_old_fw
H A Dip_fw.h85 * fw_flg and fw_n*p are stored in host byte order (of course).
98 u_int fw_flg; /* Flags word */ member in struct:ip_fw
H A Dip_dummynet.c1553 is_pipe = (fwa->fwa_ipfw_rule->fw_flg & IP_FW_F_COMMAND) == IP_FW_F_PIPE;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c261 if (!(f->fw_flg & IPV6_FW_F_ICMPBIT))
440 switch (f->fw_flg & IPV6_FW_F_COMMAND) {
600 if (!(f->fw_flg & IPV6_FW_F_OUT))
604 if (!(f->fw_flg & IPV6_FW_F_IN))
615 if (((f->fw_flg & IPV6_FW_F_INVSRC) != 0) ^
620 if (((f->fw_flg & IPV6_FW_F_INVDST) != 0) ^
626 if ((f->fw_flg & IF6_FW_F_VIAHACK) == IF6_FW_F_VIAHACK) {
631 &f->fw_in_if, f->fw_flg & IPV6_FW_F_OIFNAME))
635 if ((f->fw_flg & IPV6_FW_F_IIFACE)
637 &f->fw_in_if, f->fw_flg
[all...]
H A Dip6_fw.h115 * fw_flg and fw_n*p are stored in host byte order (of course).
130 u_short fw_flg; /* Flags word */ member in struct:ip6_fw
164 u_short fw_flg; /* Flags word */ member in struct:ip6_fw_32
197 u_short fw_flg; /* Flags word */ member in struct:ip6_fw_64

Completed in 31 milliseconds