Searched refs:netconn_accept (Results 1 – 5 of 5) sorted by relevance
226 err_t netconn_accept(struct netconn *conn, struct netconn **new_conn);
28 * Changed netconn_receive() and netconn_accept() to return
284 * api_lib.c: netconn_accept: return ERR_ABRT instead of ERR_CLSD if the615 * 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
277 netconn_accept(struct netconn *conn, struct netconn **new_conn) in netconn_accept() function
336 err = netconn_accept(sock->conn, &newconn); in lwip_accept()