Searched refs:SHUT_RD (Results 1 – 10 of 10) sorted by relevance
43 SHUT_RD = 0, /* No more receptions. */ enumerator44 #define SHUT_RD SHUT_RD macro
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()
92 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()
2574 if (mode < SHUT_RD || mode > SHUT_RDWR) in unix_shutdown()
281 __shutdown_receive = SHUT_RD,