Searched refs:IPV6_FW_F_OUT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h246 #define IPV6_FW_F_OUT 0x0002 /* Check outbound packets */ macro
292 #define IF6_FW_F_VIAHACK (IPV6_FW_F_IN|IPV6_FW_F_OUT|IPV6_FW_F_IIFACE|IPV6_FW_F_OIFACE)
H A Dip6_fw.c601 if (!(f->fw_flg & IPV6_FW_F_OUT))
1040 if (!(frwl->fw_flg & (IPV6_FW_F_IN | IPV6_FW_F_OUT))) {
1459 default_rule.fw_flg |= IPV6_FW_F_IN | IPV6_FW_F_OUT;
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c353 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 & IPV6_FW_F_OUT))
1034 rule.fw_flg |= IPV6_FW_F_OUT;
1131 if (!(rule.fw_flg & (IPV6_FW_F_OUT|IPV6_FW_F_IN)))
1132 rule.fw_flg |= (IPV6_FW_F_OUT|IPV6_FW_F_IN);
1138 if (rule.fw_flg & IPV6_FW_F_OUT)

Completed in 117 milliseconds