Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/features/
H A Dpoll11 #ifndef SHUT_RD
12 #define SHUT_RD 0
33 shutdown(sfd[1], SHUT_RD) < 0 ||
59 shutdown(sfd[1], SHUT_RD) < 0 ||
/titanic_44/usr/src/cmd/ssh/include/
H A Ddefines.h43 SHUT_RD = 0, /* No more receptions. */ enumerator
47 #define SHUT_RD SHUT_RD macro
/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h438 #define SHUT_RD 0 macro
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c500 if (shutdown(c->sock, SHUT_RD) < 0 in chan_shutdown_read()
/titanic_44/usr/src/uts/common/inet/kssl/
H A Dksslfilter.c328 if (*howp == SHUT_RD) in kssl_shutdown_cb()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dio.c81 # ifndef SHUT_RD
82 # define SHUT_RD 0 macro
88 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||fchmo…
90 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||shutd…
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c702 (void) shutdown(nfd, SHUT_RD); in readwrite()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c581 if (how != SHUT_RD) { in tcp_shutdown()
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c605 case SHUT_RD: in sosdp_shutdown()
H A Dsocksctp.c1169 case SHUT_RD: in sosctp_shutdown()
/titanic_44/usr/src/uts/common/inet/ip/
H A Drts.c1534 if (how != SHUT_RD) in rts_shutdown()
H A Dicmp.c5549 if (how != SHUT_RD) in rawip_shutdown()
/titanic_44/usr/src/cmd/truss/
H A Dprint.c2194 case SHUT_RD: outstring(pri, "SHUT_RD"); break; in prt_sht()
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp.c6368 if (how != SHUT_RD) in udp_shutdown()