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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.c210 if (flags & IP_FW_F_INVDST_COMPAT) {
211 printf("IP_FW_F_INVDST_COMPAT\n");
903 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
915 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
927 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
1182 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
1194 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
1206 compat_rule->fw_flg |= IP_FW_F_INVDST_COMPAT;
2183 if (flag & IP_FW_F_INVDST_COMPAT) {
2212 if (flag & IP_FW_F_INVDST_COMPAT) {
[all...]
H A Dip_fw2_compat.h307 #define IP_FW_F_INVDST_COMPAT 0x00080000 /* Invert sense of dst check */ macro

Completed in 21 milliseconds