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

/xnu-2782.1.97/bsd/netinet/
H A Dip_fw.h304 #define IP_FW_PORT_DYNT_FLAG 0x10000 macro
H A Dip_fw2.h624 #define IP_FW_PORT_DYNT_FLAG 0x10000 macro
H A Dip_input.c972 if (DUMMYNET_LOADED && (i & IP_FW_PORT_DYNT_FLAG) != 0) {
980 if (i != 0 && (i & IP_FW_PORT_DYNT_FLAG) == 0) {
H A Dip_output.c1474 * (off & IP_FW_PORT_DYNT_FLAG) -> send to a DUMMYNET pipe
1497 if (DUMMYNET_LOADED && (ipfwoff & IP_FW_PORT_DYNT_FLAG) != 0) {
1519 if (ipfwoff != 0 && (ipfwoff & IP_FW_PORT_DYNT_FLAG) == 0) {
H A Dip_fw2.c1996 * - If IP_FW_PORT_DYNT_FLAG is set, interpret the lower
2692 retval = cmd->arg1 | IP_FW_PORT_DYNT_FLAG;

Completed in 40 milliseconds