Searched defs:shut_tx (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/core/ |
D | altcp.c | 367 altcp_shutdown(struct altcp_pcb *conn, int shut_rx, int shut_tx) in altcp_shutdown() 561 altcp_default_shutdown(struct altcp_pcb *conn, int shut_rx, int shut_tx) in altcp_default_shutdown()
|
D | altcp_tcp.c | 342 altcp_tcp_shutdown(struct altcp_pcb *conn, int shut_rx, int shut_tx) in altcp_tcp_shutdown()
|
D | tcp.c | 673 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown()
|
/third_party/lwip/src/api/ |
D | api_lib.c | 1163 netconn_shutdown(struct netconn *conn, u8_t shut_rx, u8_t shut_tx) in netconn_shutdown()
|
D | api_msg.c | 972 u8_t shut, shut_rx, shut_tx, shut_close; local
|
D | sockets.c | 2737 u8_t shut_rx = 0, shut_tx = 0; in lwip_shutdown() local
|