Searched defs:new_conn (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_lib.c286 * @param new_conn pointer where the new connection is stored
291 netconn_accept(struct netconn *conn, struct netconn **new_conn) argument
300 LWIP_ERROR("netconn_accept: invalid pointer", (new_conn != NULL), return ERR_ARG;);
301 *new_conn = NULL;
335 *new_conn = newconn;
340 LWIP_UNUSED_ARG(new_conn);

Completed in 297 milliseconds