Searched refs:SHUT_RD (Results 1 – 5 of 5) sorted by relevance
51 if (how == SHUT_RD) { in rt_shutdown()
622 #define SHUT_RD 0 /* shut down the reading side */ macro629 #define PRU_FLUSH_RD SHUT_RD
628 #define SHUT_RD 0 /* shut down the reading side */ macro635 #define PRU_FLUSH_RD SHUT_RD
452 shutdown(s, SHUT_RD); /* Don't want to read back our messages */ in flushroutes()901 shutdown(s, SHUT_RD); /* Don't want to read back our messages */ in newroute()
2821 if (!(how == SHUT_RD || how == SHUT_WR || how == SHUT_RDWR))2855 if (how != SHUT_RD) {