Searched refs:SHUT_RD (Results 1 – 6 of 6) sorted by relevance
464 #ifndef SHUT_RD465 #define SHUT_RD 0 macro483 what = SHUT_RD; in os_shutdown_socket()
164 shutdown(3, SHUT_RD); in port_pre_exec()
1115 /* When the other peer calls shutdown(SHUT_RD), there is a chance that in test_stream_check_sigpipe() 1246 if (shutdown(fd, SHUT_RD)) { in test_double_bind_connect_server() 2436 .name = "SOCK_STREAM SHUT_RD",
2952 if ((how < SHUT_RD) || (how > SHUT_RDWR)) in smc_shutdown()2997 case SHUT_RD: in smc_shutdown()
1929 case SHUT_RD: in iso_sock_shutdown()
3208 if (mode < SHUT_RD || mode > SHUT_RDWR) in unix_shutdown()