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

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h881 #define SHUT_RD 0 /* shut down the reading side */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c2771 case SHUT_RD:
2808 if (how != SHUT_RD) {
4408 (void) soshutdownlock(so, SHUT_RD);

Completed in 284 milliseconds