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

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2_compat.h321 #define IP_FW_F_DME_COMPAT 0x40000000 /* destination = me */ macro
H A Dip_fw2_compat.c240 if (flags & IP_FW_F_DME_COMPAT) {
241 printf("IP_FW_F_DME_COMPAT\n");
901 compat_rule->fw_flg |= IP_FW_F_DME_COMPAT;
1180 compat_rule->fw_flg |= IP_FW_F_DME_COMPAT;
2180 if (flag & IP_FW_F_DME_COMPAT) {
2723 if (flag & IP_FW_F_DME_COMPAT) {

Completed in 21 milliseconds