Home
last modified time | relevance | path

Searched refs:netconn_alloc (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dapi_msg.h165 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
/external/syslinux/core/lwip/src/api/
Dapi_lib.c73 conn = netconn_alloc(t, callback); in netconn_new_with_proto_and_callback()
Dapi_msg.c446 newconn = netconn_alloc(conn->type, conn->callback);
564 netconn_alloc(enum netconn_type t, netconn_callback callback) function
/external/syslinux/core/lwip/
DCHANGELOG940 in netconn_alloc