Home
last modified time | relevance | path

Searched refs:DN_IS_PIPE (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dip_dummynet.h322 #define DN_IS_PIPE 0x4000 macro
475 #define DN_IS_PIPE 0x4000 macro
600 #define DN_IS_PIPE 0x4000 macro
H A Dip_dummynet.c565 pipe_bp->next = CAST_DOWN_EXPLICIT( user32_addr_t, DN_IS_PIPE ); in cp_pipe_to_32_user()
620 pipe_bp->next = CAST_DOWN( user64_addr_t, DN_IS_PIPE ); in cp_pipe_to_64_user()
1662 is_pipe = fwa->fwa_flags == DN_IS_PIPE ? 1 : 0; in dummynet_io()