Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/ !
H A Dip_dummynet.h321 #define DN_IS_PIPE 0x4000 macro
474 #define DN_IS_PIPE 0x4000 macro
599 #define DN_IS_PIPE 0x4000 macro
H A Dip_dummynet.c501 pipe_bp->next = CAST_DOWN_EXPLICIT( user32_addr_t, DN_IS_PIPE ); in cp_pipe_to_32_user()
543 pipe_bp->next = CAST_DOWN( user64_addr_t, DN_IS_PIPE ); in cp_pipe_to_64_user()
1538 is_pipe = fwa->fwa_flags == DN_IS_PIPE ? 1 : 0; in dummynet_io()