Searched defs:shut_tx (Results 1 – 4 of 4) sorted by relevance
1007 netconn_shutdown(struct netconn *conn, u8_t shut_rx, u8_t shut_tx) in netconn_shutdown()
821 u8_t shut, shut_rx, shut_tx, close; local
1952 u8_t shut_rx = 0, shut_tx = 0; in lwip_shutdown() local
421 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown()