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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h273 #define IPV6_FW_F_INVDST 0x2000 /* Invert sense of dst check */ macro
H A Dip6_fw.c621 if (((f->fw_flg & IPV6_FW_F_INVDST) != 0) ^
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c320 printf(" to %s", chain->fw_flg & IPV6_FW_F_INVDST ? "not " : "");
1004 rule.fw_flg |= IPV6_FW_F_INVDST;

Completed in 166 milliseconds