Searched refs:IP_FW_PORT_TEE_FLAG (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw.h306 #define IP_FW_PORT_TEE_FLAG 0x20000 macro
H A Dip_fw2.h438 #define IP_FW_PORT_TEE_FLAG 0x20000 macro
H A Dip_fw2.c1412 * - If IP_FW_PORT_TEE_FLAG is set, tee the packet instead
2119 cmd->arg1 | IP_FW_PORT_TEE_FLAG;
H A Dip_input.c1180 if ((div_info & IP_FW_PORT_TEE_FLAG) != 0)
H A Dip_output.c1095 * (off & IP_FW_PORT_TEE_FLAG) -> TEE the packet
1143 if ((off & IP_FW_PORT_TEE_FLAG) != 0)

Completed in 187 milliseconds