Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dapi.h231 err_t netconn_accept(struct netconn *conn, struct netconn **new_conn);
/lib/liblwip/
DUPGRADING28 * Changed netconn_receive() and netconn_accept() to return
DCHANGELOG583 * api_lib.c: netconn_accept: return ERR_ABRT instead of ERR_CLSD if the
914 * api.h, api_lib.c, sockets.c: Changed netconn_recv() and netconn_accept()
2400 allocated by do_listen if success) and netconn_accept errors handling. In
/lib/liblwip/src/api/
Dapi_lib.c277 netconn_accept(struct netconn *conn, struct netconn **new_conn) in netconn_accept() function
Dsockets.c336 err = netconn_accept(sock->conn, &newconn); in lwip_accept()