Searched refs:netconn_accept (Results 1 – 5 of 5) sorted by relevance
333 err_t netconn_accept(struct netconn *conn, struct netconn **new_conn);
471 netconn_accept(struct netconn *conn, struct netconn **new_conn) in netconn_accept() function
643 err = netconn_accept(sock->conn, &newconn); in lwip_accept()
162 * Changed netconn_receive() and netconn_accept() to return
779 aborted connections): netconn_accept() returns ERR_ABRT (sockets: ECONNABORTED)1782 * api_lib.c: netconn_accept: return ERR_ABRT instead of ERR_CLSD if the2113 * 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