Home
last modified time | relevance | path

Searched refs:SHUT_WR (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/features/
H A Dpoll14 #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 Ddefines.h44 SHUT_WR, /* No more transmissions. */ enumerator
48 #define SHUT_WR SHUT_WR macro
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c683 (void) shutdown(rem, SHUT_WR); in main()
732 (void) shutdown(rem, SHUT_WR); in main()
/titanic_50/usr/src/uts/common/sys/
H A Dsocket.h440 #define SHUT_WR 1 macro
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c477 if (shutdown(c->sock, SHUT_WR) < 0) in chan_shutdown_write()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c441 (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 Dio.c84 # 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 Dnetcat.c724 (void) shutdown(nfd, SHUT_WR); in readwrite()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c594 if (how != SHUT_WR) in tcp_shutdown()
/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c608 case SHUT_WR: in sosdp_shutdown()
H A Dsocksctp.c1172 case SHUT_WR: in sosctp_shutdown()
/titanic_50/usr/src/uts/common/inet/ip/
H A Drts.c1538 if (how != SHUT_WR) in rts_shutdown()
H A Dicmp.c5553 if (how != SHUT_WR) in rawip_shutdown()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c634 if (error == 0 && how != SHUT_WR) { in so_shutdown()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c976 (void) shutdown(dfn, SHUT_WR); in sendrequest()
/titanic_50/usr/src/cmd/truss/
H A Dprint.c2199 case SHUT_WR: outstring(pri, "SHUT_WR"); break; in prt_sht()
/titanic_50/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c1116 shutdown(sdRef->sockfd, SHUT_WR); in DNSServiceRefDeallocate()
/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp.c6561 if (how != SHUT_WR) in udp_shutdown()