OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHUT_RD
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/mpl/dhcp/dist/includes/
osdep.h
277
#if !defined (
SHUT_RD
)
278
# define
SHUT_RD
0
/src/crypto/external/apache2/openssl/dist/include/internal/
sockets.h
66
#ifndef
SHUT_RD
67
#define
SHUT_RD
SD_RECEIVE
/src/crypto/external/bsd/heimdal/dist/lib/roken/
roken-common.h
277
#ifndef
SHUT_RD
278
#define
SHUT_RD
0
/src/external/gpl3/gdb/dist/gnulib/import/
sys_socket.in.h
134
# if !defined
SHUT_RD
135
# define
SHUT_RD
0
184
# if !defined
SHUT_RD
&& defined SD_RECEIVE
185
# define
SHUT_RD
SD_RECEIVE
/src/external/gpl3/gdb.old/dist/gnulib/import/
sys_socket.in.h
134
# if !defined
SHUT_RD
135
# define
SHUT_RD
0
184
# if !defined
SHUT_RD
&& defined SD_RECEIVE
185
# define
SHUT_RD
SD_RECEIVE
/src/external/bsd/libevent/dist/
util-internal.h
159
#ifdef
SHUT_RD
160
#define EVUTIL_SHUT_RD
SHUT_RD
/src/external/bsd/ntp/dist/sntp/libevent/
util-internal.h
159
#ifdef
SHUT_RD
160
#define EVUTIL_SHUT_RD
SHUT_RD
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
socket.d
137
SHUT_RD
547
SHUT_RD
,
684
SHUT_RD
,
842
SHUT_RD
= 0,
1020
SHUT_RD
= 0,
1192
SHUT_RD
= 0,
1392
SHUT_RD
= 0,
1521
SHUT_RD
,
/src/crypto/external/bsd/openssh/dist/
nchan.c
410
if (shutdown(c->sock,
SHUT_RD
) == -1) {
/src/sys/sys/
socket.h
590
#define
SHUT_RD
0 /* Disallow further receives. */
/src/crypto/external/apache2/openssl/dist/apps/lib/
http_server.c
53
(void)shutdown(acfd,
SHUT_RD
);
/src/crypto/external/bsd/openssl/dist/apps/lib/
http_server.c
88
(void)shutdown(acfd,
SHUT_RD
);
/src/usr.bin/nc/
netcat.c
1200
shutdown(pfd[POLL_NETIN].fd,
SHUT_RD
);
1256
shutdown(pfd[POLL_NETIN].fd,
SHUT_RD
);
/src/sbin/route/
route.c
310
prog_shutdown(sock,
SHUT_RD
);
448
prog_shutdown(sock,
SHUT_RD
);
/src/external/mpl/dhcp/dist/omapip/
connection.c
504
if (!shutdown (c -> socket,
SHUT_RD
)) {
/src/sys/kern/
uipc_socket.c
1678
if (!(how ==
SHUT_RD
|| how == SHUT_WR || how == SHUT_RDWR))
1681
if (how ==
SHUT_RD
|| how == SHUT_RDWR) {
/src/sbin/ping/
ping.c
271
if (prog_shutdown(sloop,
SHUT_RD
) == -1)
/src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c
1355
(void)shutdown(acfd,
SHUT_RD
);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
socket.d
94
SD_RECEIVE =
SHUT_RD
,
/src/usr.sbin/syslogd/
syslogd.c
3662
if (shutdown(finet[i+1].fd,
SHUT_RD
) < 0) {
/src/external/gpl3/gdb.old/dist/gnulib/
configure
7645
int a[] = {
SHUT_RD
, SHUT_WR, SHUT_RDWR };
/src/external/gpl3/gdb/dist/gnulib/
configure
7642
int a[] = {
SHUT_RD
, SHUT_WR, SHUT_RDWR };
Completed in 51 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026