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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h272 #define IPV6_FW_F_INVSRC 0x1000 /* Invert sense of src check */ macro
H A Dip6_fw.c616 if (((f->fw_flg & IPV6_FW_F_INVSRC) != 0) ^
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c288 printf(" from %s", chain->fw_flg & IPV6_FW_F_INVSRC ? "not " : "");
981 rule.fw_flg |= IPV6_FW_F_INVSRC;

Completed in 188 milliseconds