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

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h882 #define SHUT_WR 1 /* shut down the writing side */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c2772 case SHUT_WR:
2799 if (how != SHUT_WR) {
4409 (void) soshutdownlock(so, SHUT_WR);

Completed in 78 milliseconds