Searched refs:SHUT_RD (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/features/ |
H A D | poll | 11 #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 D | defines.h | 43 SHUT_RD = 0, /* No more receptions. */ enumerator 47 #define SHUT_RD SHUT_RD macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | socket.h | 438 #define SHUT_RD 0 macro
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | nchan.c | 500 if (shutdown(c->sock, SHUT_RD) < 0 in chan_shutdown_read()
|
/titanic_44/usr/src/uts/common/inet/kssl/ |
H A D | ksslfilter.c | 328 if (*howp == SHUT_RD) in kssl_shutdown_cb()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 81 # 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 D | netcat.c | 702 (void) shutdown(nfd, SHUT_RD); in readwrite()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 581 if (how != SHUT_RD) { in tcp_shutdown()
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 605 case SHUT_RD: in sosdp_shutdown()
|
H A D | socksctp.c | 1169 case SHUT_RD: in sosctp_shutdown()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 1534 if (how != SHUT_RD) in rts_shutdown()
|
H A D | icmp.c | 5549 if (how != SHUT_RD) in rawip_shutdown()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 2194 case SHUT_RD: outstring(pri, "SHUT_RD"); break; in prt_sht()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 6368 if (how != SHUT_RD) in udp_shutdown()
|