Searched refs:SHUT_RD (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/ |
H A D | poll | 13 #ifndef SHUT_RD 14 #define SHUT_RD 0 35 shutdown(sfd[1], SHUT_RD) < 0 || 61 shutdown(sfd[1], SHUT_RD) < 0 ||
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 563 #define SHUT_RD 0 /* shut down the reading side */ macro 570 #define PRU_FLUSH_RD SHUT_RD
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socket.h | 456 #define SHUT_RD 0 macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 89 # ifndef SHUT_RD 90 # define SHUT_RD 0 macro 96 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||fchmo… 98 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||shutd… 954 #if defined(SHUT_RD) && defined(SHUT_WR) in sh_coaccept() 955 shutdown(pv[out],out?SHUT_RD:SHUT_WR); in sh_coaccept()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | netcat.c | 723 (void) shutdown(nfd, SHUT_RD); in readwrite()
|
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 606 case SHUT_RD: in sosdp_shutdown()
|
H A D | socksctp.c | 1178 case SHUT_RD: in sosctp_shutdown()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 588 if (how != SHUT_RD) { in tcp_shutdown()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 1539 if (how != SHUT_RD) in rts_shutdown()
|
H A D | icmp.c | 5569 if (how != SHUT_RD) in rawip_shutdown()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 2444 case SHUT_RD: outstring(pri, "SHUT_RD"); break; in prt_sht()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 6528 if (how != SHUT_RD) in udp_shutdown()
|