Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dapi_msg.h168 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dapi_msg.h207 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dapi_msg.h219 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
/components/net/lwip/lwip-1.4.1/src/api/
A Dapi_lib.c73 conn = netconn_alloc(t, callback); in netconn_new_with_proto_and_callback()
A Dapi_msg.c446 newconn = netconn_alloc(conn->type, conn->callback);
572 netconn_alloc(enum netconn_type t, netconn_callback callback) function
/components/net/lwip/lwip-2.0.3/src/api/
A Dapi_lib.c129 conn = netconn_alloc(t, callback); in netconn_new_with_proto_and_callback()
A Dapi_msg.c501 newconn = netconn_alloc(conn->type, conn->callback);
648 netconn_alloc(enum netconn_type t, netconn_callback callback) function
/components/net/lwip/lwip-2.1.2/src/api/
A Dapi_msg.c561 newconn = netconn_alloc(conn->type, conn->callback);
705 netconn_alloc(enum netconn_type t, netconn_callback callback) function
A Dapi_lib.c155 conn = netconn_alloc(t, callback); in netconn_new_with_proto_and_callback()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1229 in netconn_alloc
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2185 in netconn_alloc
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2438 in netconn_alloc

Completed in 1698 milliseconds