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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.h185 #define IP_FW_F_INVDST_COMPAT 0x00080000 /* Invert sense of dst check */ macro
H A Dip_fw2_compat.c203 if (flags & IP_FW_F_INVDST_COMPAT) {
204 printf("IP_FW_F_INVDST_COMPAT\n");
999 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
1011 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
1023 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
1717 if (flag & IP_FW_F_INVDST_COMPAT) {
1746 if (flag & IP_FW_F_INVDST_COMPAT) {

Completed in 122 milliseconds