Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dapi.h226 err_t netconn_accept(struct netconn *conn, struct netconn **new_conn);
/external/syslinux/core/lwip/
DUPGRADING28 * Changed netconn_receive() and netconn_accept() to return
DCHANGELOG284 * api_lib.c: netconn_accept: return ERR_ABRT instead of ERR_CLSD if the
615 * api.h, api_lib.c, sockets.c: Changed netconn_recv() and netconn_accept()
2101 allocated by do_listen if success) and netconn_accept errors handling. In
/external/syslinux/core/lwip/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()