Searched refs:ERR_CLSD (Results 1 – 9 of 9) sorted by relevance
/third_party/lwip/src/apps/http/ |
D | altcp_proxyconnect.c | 201 return ERR_CLSD; in altcp_proxyconnect_lower_recv() 211 return ERR_CLSD; in altcp_proxyconnect_lower_recv() 536 return ERR_CLSD; in altcp_proxyconnect_write()
|
/third_party/lwip/src/apps/altcp_tls/ |
D | altcp_tls_mbedtls.c | 210 return ERR_CLSD; in altcp_mbedtls_lower_recv() 220 return ERR_CLSD; in altcp_mbedtls_lower_recv() 243 conn->err(conn->arg, ERR_CLSD); in altcp_mbedtls_lower_recv() 284 conn->err(conn->arg, ERR_CLSD); in altcp_mbedtls_lower_recv_process() 357 return ERR_CLSD; in altcp_mbedtls_pass_rx_data() 1133 return ERR_CLSD; in altcp_mbedtls_write()
|
/third_party/lwip/src/include/lwip/ |
D | err.h | 86 ERR_CLSD = -15, enumerator
|
/third_party/lwip/src/api/ |
D | api_lib.c | 496 return ERR_CLSD; in netconn_accept() 541 return ERR_CLSD; in netconn_accept() 643 if (err == ERR_CLSD) { in netconn_recv_data() 765 return ERR_CLSD; in netconn_recv_data_tcp()
|
D | api_msg.c | 122 case ERR_CLSD: in lwip_netconn_err_to_msg() 142 *err = ERR_CLSD; in lwip_netconn_is_err_msg() 1178 msg->conn->current_msg->err = ERR_CLSD; 1416 err = ERR_CLSD; 2015 msg->conn->current_msg->err = ERR_CLSD;
|
D | sockets.c | 652 } else if (err == ERR_CLSD) { in lwip_accept() 989 if (err == ERR_CLSD) { in lwip_recv_tcp()
|
/third_party/lwip/src/core/ |
D | tcp.c | 1021 …ten_with_backlog_and_err: pcb already connected", pcb->state == CLOSED, res = ERR_CLSD; goto done);
|
D | tcp_in.c | 628 TCP_EVENT_ERR(pcb->state, pcb->errf, pcb->callback_arg, ERR_CLSD);
|
/third_party/lwip/ |
D | CHANGELOG | 780 for aborted connections, ERR_CLSD (sockets: EINVAL) if the listening netconn 1778 err_to_errno_table (ERR_CLSD: ENOTCONN instead of ESHUTDOWN), ERR_ISCONN: 1782 * api_lib.c: netconn_accept: return ERR_ABRT instead of ERR_CLSD if the
|