Home
last modified time | relevance | path

Searched refs:SOCK_NOSIGPIPE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libc/resolv/
H A Dres_send.c144 #ifndef SOCK_NOSIGPIPE
145 #define SOCK_NOSIGPIPE 0 macro
673 #if defined(SO_NOSIGPIPE) && SOCK_NOSIGPIPE == 0 in send_vc()
702 | SOCK_NOSIGPIPE | SOCK_CLOEXEC, 0); in send_vc()
727 #if defined(SO_NOSIGPIPE) && SOCK_NOSIGPIPE == 0 in send_vc()
/netbsd-src/sys/sys/
H A Dsocket.h115 #define SOCK_NOSIGPIPE 0x40000000 /* don't send sigpipe */ macro
/netbsd-src/sys/kern/
H A Duipc_syscalls.c242 ((flags & SOCK_NOSIGPIPE) ? FNOSIGPIPE : 0); in do_sys_accept()
1284 soflags |= SOCK_NOSIGPIPE; in pipe1()
H A Duipc_socket.c607 ((flags & SOCK_NOSIGPIPE) ? FNOSIGPIPE : 0); in fsocreate()