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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h248 #define IPV6_FW_F_OIFACE 0x0008 /* Apply outbound interface test */ 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.c641 if ((f->fw_flg & IPV6_FW_F_OIFACE)
1056 && (frwl->fw_flg & IPV6_FW_F_OIFACE)) {
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c368 if (chain->fw_flg & IPV6_FW_F_OIFACE)
1050 rule.fw_flg |= IPV6_FW_F_OIFACE;
1139 rule.fw_flg |= IPV6_FW_F_OIFACE;
1140 } else if ((rule.fw_flg & IPV6_FW_F_OIFACE) && (rule.fw_flg & IPV6_FW_F_IN))

Completed in 66 milliseconds