Searched defs:shut_rx (Results 1 – 4 of 4) sorted by relevance
662 netconn_shutdown(struct netconn *conn, u8_t shut_rx, u8_t shut_tx) in netconn_shutdown()
738 u8_t shut, shut_rx, shut_tx, close; local
1358 u8_t shut_rx = 0, shut_tx = 0; local
278 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown()