Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Devent_private.h349 #define NOTE_TIMEOUT 0x00000008 /* timeout: rexmt, keep-alive or persist */ macro
368 (NOTE_CONNRESET | NOTE_READCLOSED | NOTE_WRITECLOSED | NOTE_TIMEOUT | \
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket.c6911 kn->kn_fflags |= NOTE_TIMEOUT; in filt_sockev_common()