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

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2_compat.h283 #define IP_FW_F_PIPE_COMPAT 0x00000008 /* This is a dummynet rule */ macro
H A Dip_fw2_compat.c144 case IP_FW_F_PIPE_COMPAT:
145 printf("IP_FW_F_PIPE_COMPAT\n");
1402 compat_rule->fw_flg |= IP_FW_F_PIPE_COMPAT;
1465 compat_rule->fw_flg |= IP_FW_F_PIPE_COMPAT;
1787 case IP_FW_F_PIPE_COMPAT: /* piping through 0 is invalid */
1948 case IP_FW_F_PIPE_COMPAT: /* piping through 0 is invalid */
2018 case IP_FW_F_PIPE_COMPAT:
2561 case IP_FW_F_PIPE_COMPAT:

Completed in 21 milliseconds