Home
last modified time | relevance | path

Searched refs:SHUT_RD (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dosdep.h277 #if !defined (SHUT_RD)
278 # define SHUT_RD 0 macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_socket.in.h134 # if !defined SHUT_RD
135 # define SHUT_RD 0
184 # if !defined SHUT_RD && defined SD_RECEIVE
185 # define SHUT_RD SD_RECEIVE
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dsocket.d547 SHUT_RD, in version()
684 SHUT_RD,
842 SHUT_RD = 0,
1020 SHUT_RD = 0,
1192 SHUT_RD = 0,
1392 SHUT_RD = 0,
1521 SHUT_RD,
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken-common.h277 #ifndef SHUT_RD
278 #define SHUT_RD 0 macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dsys_socket_h.m435 dnl SHUT_RD, SHUT_WR, SHUT_RDWR.
43 [[int a[] = { SHUT_RD, SHUT_WR, SHUT_RDWR };]])],
/netbsd-src/external/bsd/libevent/dist/
H A Dutil-internal.h159 #ifdef SHUT_RD
160 #define EVUTIL_SHUT_RD SHUT_RD
/netbsd-src/sys/sys/
H A Dsocket.h588 #define SHUT_RD 0 /* Disallow further receives. */ macro
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dhttp_server.c88 (void)shutdown(acfd, SHUT_RD); in socket_timeout()
/netbsd-src/usr.bin/nc/
H A Dnetcat.c1161 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
1211 shutdown(pfd[POLL_NETIN].fd, SHUT_RD); in readwrite()
/netbsd-src/sbin/route/
H A Droute.c310 prog_shutdown(sock, SHUT_RD); in flushroutes()
448 prog_shutdown(sock, SHUT_RD); in newroute()
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dconnection.c504 if (!shutdown (c -> socket, SHUT_RD)) { in omapi_disconnect()
/netbsd-src/sys/kern/
H A Duipc_socket.c1675 if (!(how == SHUT_RD || how == SHUT_WR || how == SHUT_RDWR)) in soshutdown()
1678 if (how == SHUT_RD || how == SHUT_RDWR) { in soshutdown()
/netbsd-src/sbin/ping/
H A Dping.c270 if (prog_shutdown(sloop, SHUT_RD) == -1) in main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Docsp.c1355 (void)shutdown(acfd, SHUT_RD); in socket_timeout()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dsocket299 #if defined SHUT_RD && defined SHUT_WR && defined SHUT_RDWR
300 static constexpr shutdown_type shutdown_receive = (shutdown_type)SHUT_RD;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsocket.d108 SD_RECEIVE = SHUT_RD, in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsocket.d94 SD_RECEIVE = SHUT_RD, in version()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dsocket281 __shutdown_receive = SHUT_RD,
/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.c3662 if (shutdown(finet[i+1].fd, SHUT_RD) < 0) { in init()
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A Dconfigure7645 int a[] = { SHUT_RD, SHUT_WR, SHUT_RDWR };