Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Devent_private.h346 #define NOTE_CONNRESET 0x00000001 /* Received RST */ macro
368 (NOTE_CONNRESET | NOTE_READCLOSED | NOTE_WRITECLOSED | NOTE_TIMEOUT | \
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket.c6908 kn->kn_fflags |= NOTE_CONNRESET; in filt_sockev_common()