Home
last modified time | relevance | path

Searched refs:netconn_accept (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/
Dapi.h333 err_t netconn_accept(struct netconn *conn, struct netconn **new_conn);
/third_party/lwip/src/api/
Dapi_lib.c471 netconn_accept(struct netconn *conn, struct netconn **new_conn) in netconn_accept() function
Dsockets.c643 err = netconn_accept(sock->conn, &newconn); in lwip_accept()
/third_party/lwip/
DUPGRADING162 * Changed netconn_receive() and netconn_accept() to return
DCHANGELOG779 aborted connections): netconn_accept() returns ERR_ABRT (sockets: ECONNABORTED)
1782 * api_lib.c: netconn_accept: return ERR_ABRT instead of ERR_CLSD if the
2113 * api.h, api_lib.c, sockets.c: Changed netconn_recv() and netconn_accept()
3599 allocated by do_listen if success) and netconn_accept errors handling. In