Searched refs:SHUT_RD (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Droken-common.h263 #ifndef SHUT_RD
264 #define SHUT_RD 0 macro
/macosx-10.10/OpenSSH-189/openssh/
H A Ddefines.h36 SHUT_RD = 0, /* No more receptions. */ enumerator in enum:__anon3186
40 # define SHUT_RD SHUT_RD macro
H A Dnchan.c519 if (shutdown(c->sock, SHUT_RD) < 0
/macosx-10.10/text_cmds-88/cat/
H A Dcat.c304 if (shutdown(fd, SHUT_RD) == -1)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dio.c89 # 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||fchmod((v)[1],S_IWUSR)<0||shutdown((v)[0],SHUT_WR)<0||fchmod((v)[0],S_IRUSR)<0)?(-1):0)
98 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||shutdown((v)[0],SHUT_WR)<0)?(-1):0)
944 #if defined(SHUT_RD) && defined(SHUT_WR)
945 shutdown(pv[out],out?SHUT_RD:SHUT_WR);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_setup.h678 # define SHUT_RD 0x00 macro
/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dsws.c1576 shutdown(clientfd[i], SHUT_RD);
1594 shutdown(serverfd[i], SHUT_RD);
1659 shutdown(clientfd[i], SHUT_RD);
1672 shutdown(serverfd[i], SHUT_RD);
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dbasicsocket.c41 * s.shutdown(Socket::SHUT_RD) disallows further read.
48 * - :RD, :SHUT_RD, "RD" and "SHUT_RD" are accepted as Socket::SHUT_RD.
77 if (how != SHUT_WR && how != SHUT_RD && how != SHUT_RDWR) {
78 rb_raise(rb_eArgError, "`how' should be either :SHUT_RD, :SHUT_WR, :SHUT_RDWR");
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsocket.h952 #define SHUT_RD 0 /* shut down the reading side */ macro
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dflow_divert.c615 if (how != SHUT_RD) {
1048 return SHUT_RD;
1069 how = SHUT_RD;
1073 if (how == SHUT_RD) {
1085 if (how != SHUT_RD) {
1532 } else if (how == SHUT_RD) {
H A Dmptcp_subr.c1502 (void) soshutdownlock(so, SHUT_RD);
2568 (void) soshutdownlock(so, SHUT_RD);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dcontent_filter.c3437 if (*how != SHUT_RD && (so->so_state & SS_CANTSENDMORE) != 0) {
3450 * shutdown read: SHUT_RD or SHUT_RDWR
3458 cfil_sock_notify_shutdown(so, SHUT_RD);
3463 if (*how != SHUT_RD) {
3484 *how = SHUT_RD;
3553 if (how != SHUT_RD)
/macosx-10.10/netcat-22/
H A Dnetcat.c938 shutdown(nfd, SHUT_RD);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_socket.c3901 case SHUT_RD:
3940 if (how != SHUT_RD) {
6015 (void) soshutdownlock_final(so, SHUT_RD);
H A Duipc_socket2.c600 cfil_sock_notify_shutdown(so, SHUT_RD);
/macosx-10.10/cups-408/cups/cups/
H A Dhttp.c2869 shutdown(http->fd, SHUT_RD);
/macosx-10.10/ruby-106/ruby/
H A Dio.c4358 #ifndef SHUT_RD
4359 # define SHUT_RD 0 macro
4361 if (shutdown(fptr->fd, SHUT_RD) < 0)

Completed in 406 milliseconds