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

/darwin-on-arm/xnu/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.c600 if (!(f->fw_flg & IPV6_FW_F_OUT))
1036 if (!(frwl->fw_flg & (IPV6_FW_F_IN | IPV6_FW_F_OUT))) {
1455 default_rule.fw_flg |= IPV6_FW_F_IN | IPV6_FW_F_OUT;

Completed in 22 milliseconds