/titanic_50/usr/src/lib/libshell/common/features/ |
H A D | poll | 14 #ifndef SHUT_WR 15 #define SHUT_WR 1 34 shutdown(sfd[0], SHUT_WR) < 0) 60 shutdown(sfd[0], SHUT_WR) < 0)
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | defines.h | 44 SHUT_WR, /* No more transmissions. */ enumerator 48 #define SHUT_WR SHUT_WR macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rsh.c | 683 (void) shutdown(rem, SHUT_WR); in main() 732 (void) shutdown(rem, SHUT_WR); in main()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | socket.h | 440 #define SHUT_WR 1 macro
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | nchan.c | 477 if (shutdown(c->sock, SHUT_WR) < 0) in chan_shutdown_write()
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | serverloop.c | 441 (void) shutdown(fdin, SHUT_WR); /* We will no longer send. */ in process_output() 594 (void) shutdown(fdin, SHUT_WR); /* We will no longer send. */ in server_loop()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 84 # ifndef SHUT_WR 85 # define SHUT_WR 1 macro 88 …0||shutdown((v)[1],SHUT_RD)<0||fchmod((v)[1],S_IWUSR)<0||shutdown((v)[0],SHUT_WR)<0||fchmod((v)[0]… 90 …ketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||shutdown((v)[0],SHUT_WR)<0)?(-1):0)
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | netcat.c | 724 (void) shutdown(nfd, SHUT_WR); in readwrite()
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 594 if (how != SHUT_WR) in tcp_shutdown()
|
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 608 case SHUT_WR: in sosdp_shutdown()
|
H A D | socksctp.c | 1172 case SHUT_WR: in sosctp_shutdown()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 1538 if (how != SHUT_WR) in rts_shutdown()
|
H A D | icmp.c | 5553 if (how != SHUT_WR) in rawip_shutdown()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_sops.c | 634 if (error == 0 && how != SHUT_WR) { in so_shutdown()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 976 (void) shutdown(dfn, SHUT_WR); in sendrequest()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | print.c | 2199 case SHUT_WR: outstring(pri, "SHUT_WR"); break; in prt_sht()
|
/titanic_50/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_clientstub.c | 1116 shutdown(sdRef->sockfd, SHUT_WR); in DNSServiceRefDeallocate()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 6561 if (how != SHUT_WR) in udp_shutdown()
|