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

/macosx-10.10.1/xnu-2782.1.97/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.c1551 is_pipe = (fwa->fwa_ipfw_rule->fw_flg & IP_FW_F_COMMAND) == IP_FW_F_PIPE;
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c247 switch (chain->fw_flg & IPV6_FW_F_COMMAND)
279 if (chain->fw_flg & IPV6_FW_F_PRN)
288 printf(" from %s", chain->fw_flg & IPV6_FW_F_INVSRC ? "not " : "");
313 if (i==0 && (chain->fw_flg & IPV6_FW_F_SRNG))
320 printf(" to %s", chain->fw_flg & IPV6_FW_F_INVDST ? "not " : "");
345 if (i==0 && (chain->fw_flg & IPV6_FW_F_DRNG))
353 if ((chain->fw_flg & IPV6_FW_F_IN) && !(chain->fw_flg & IPV6_FW_F_OUT))
355 if (!(chain->fw_flg & IPV6_FW_F_IN) && (chain->fw_flg
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c261 if (!(f->fw_flg & IPV6_FW_F_ICMPBIT))
440 switch (f->fw_flg & IPV6_FW_F_COMMAND) {
601 if (!(f->fw_flg & IPV6_FW_F_OUT))
605 if (!(f->fw_flg & IPV6_FW_F_IN))
616 if (((f->fw_flg & IPV6_FW_F_INVSRC) != 0) ^
621 if (((f->fw_flg & IPV6_FW_F_INVDST) != 0) ^
627 if ((f->fw_flg & IF6_FW_F_VIAHACK) == IF6_FW_F_VIAHACK) {
632 &f->fw_in_if, f->fw_flg & IPV6_FW_F_OIFNAME))
636 if ((f->fw_flg & IPV6_FW_F_IIFACE)
638 &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
/macosx-10.10.1/network_cmds-457/alias/
H A Dalias_db.c2982 rule.fw_flg = IP_FW_F_ACCEPT | IP_FW_F_IN | IP_FW_F_OUT;

Completed in 181 milliseconds