Searched refs:SHUT_RD (Results 1 – 7 of 7) sorted by relevance
474 #ifndef SHUT_RD475 #define SHUT_RD 0 macro493 what = SHUT_RD; in os_shutdown_socket()
163 shutdown(3, SHUT_RD); in port_pre_exec()
102 #define SHUT_RD 0 macro
91 SHUT_RD, enumerator
141 via shutdown (SHUT_WR or SHUT_RD): this will reduce per-packet processing costs.
2132 if ((how < SHUT_RD) || (how > SHUT_RDWR)) in smc_shutdown()2165 case SHUT_RD: in smc_shutdown()
2573 if (mode < SHUT_RD || mode > SHUT_RDWR) in unix_shutdown()