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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.h169 #define IP_FW_F_PRN_COMPAT 0x00001000 /* Print if this rule matches */ macro
H A Dip_fw2_compat.c182 if (flags & IP_FW_F_PRN_COMPAT) {
183 printf("IP_FW_F_PRN_COMPAT\n");
1055 compat_rule->fw_flg |= IP_FW_F_PRN_COMPAT;
1622 if (flag & IP_FW_F_PRN_COMPAT) {

Completed in 80 milliseconds