Home
last modified time | relevance | path

Searched refs:SHUT_RD (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/
H A Drtioctl.c51 if (how == SHUT_RD) { in rt_shutdown()
/f-stack/tools/compat/include/sys/
H A Dsocket.h622 #define SHUT_RD 0 /* shut down the reading side */ macro
629 #define PRU_FLUSH_RD SHUT_RD
/f-stack/freebsd/sys/
H A Dsocket.h628 #define SHUT_RD 0 /* shut down the reading side */ macro
635 #define PRU_FLUSH_RD SHUT_RD
/f-stack/tools/route/
H A Droute.c452 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()
/f-stack/freebsd/kern/
H A Duipc_socket.c2821 if (!(how == SHUT_RD || how == SHUT_WR || how == SHUT_RDWR))
2855 if (how != SHUT_RD) {