Home
last modified time | relevance | path

Searched refs:shut (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/include/lwip/
Dapi_msg.h102 u8_t shut; member
/lib/liblwip/src/api/
Dapi_msg.c750 u8_t shut, shut_rx, shut_tx, close; local
758 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) {
Dapi_lib.c673 msg.msg.msg.sd.shut = how; in netconn_close_shutdown()
/lib/liblwip/
DUPGRADING126 * Implemented tcp_shutdown() to only shut down one end of a connection