Searched refs:shut (Results 1 – 3 of 3) sorted by relevance
102 u8_t shut; member
750 u8_t shut, shut_rx, shut_tx, close; local758 shut = conn->current_msg->msg.sd.shut;759 shut_rx = shut & NETCONN_SHUT_RD;760 shut_tx = shut & NETCONN_SHUT_WR;762 close = shut == NETCONN_SHUT_RDWR;866 msg->msg.sd.shut = NETCONN_SHUT_RDWR;1460 if ((msg->msg.sd.shut != NETCONN_SHUT_RDWR) && (msg->conn->state == NETCONN_LISTEN)) {1464 if (msg->msg.sd.shut & NETCONN_SHUT_RD) {
673 msg.msg.msg.sd.shut = how; in netconn_close_shutdown()
Completed in 6 milliseconds