Home
last modified time | relevance | path

Searched defs:SO_NOSIGPIPE (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dsocket.d57 inline int SO_NOSIGPIPE = 0x0800; /* no SIGPIPE from EPIPE */ variable
/freebsd/sys/sys/
H A Dsocket.h140 #define SO_NOSIGPIPE 0x00000800 /* no SIGPIPE from EPIPE */ macro