Home
last modified time | relevance | path

Searched refs:SO_NOSIGPIPE (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_syscalls.c298 if (error == EPIPE && !(so->so_options & SO_NOSIGPIPE) &&
422 if (error == EPIPE && !(so->so_options & SO_NOSIGPIPE) &&
/f-stack/freebsd/kern/
H A Dsys_socket.c153 if (error == EPIPE && (so->so_options & SO_NOSIGPIPE) == 0) { in soo_write()
656 if (error == EPIPE && (so->so_options & SO_NOSIGPIPE) == 0) { in soaio_process_job()
H A Duipc_debug.c133 if (so_options & SO_NOSIGPIPE) { in db_print_sooptions()
H A Duipc_syscalls.c810 if (error == EPIPE && !(so->so_options & SO_NOSIGPIPE) && in kern_sendit()
H A Duipc_socket.c3045 case SO_NOSIGPIPE:
3266 case SO_NOSIGPIPE:
/f-stack/tools/compat/include/sys/
H A Dsocket.h137 #define SO_NOSIGPIPE 0x00000800 /* no SIGPIPE from EPIPE */ macro
/f-stack/freebsd/sys/
H A Dsocket.h143 #define SO_NOSIGPIPE 0x00000800 /* no SIGPIPE from EPIPE */ macro