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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.h199 #define IP_FW_F_DME_COMPAT 0x40000000 /* destination = me */ macro
H A Dip_fw2_compat.c233 if (flags & IP_FW_F_DME_COMPAT) {
234 printf("IP_FW_F_DME_COMPAT\n");
997 compat_rule->fw_flg |= IP_FW_F_DME_COMPAT;
1714 if (flag & IP_FW_F_DME_COMPAT) {

Completed in 43 milliseconds