Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dapi_msg.h168 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/
H A Dapi_msg.h207 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dapi_msg.h219 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dapi_lib.c73 conn = netconn_alloc(t, callback); in netconn_new_with_proto_and_callback()
H A Dapi_msg.c446 newconn = netconn_alloc(conn->type, conn->callback);
572 netconn_alloc(enum netconn_type t, netconn_callback callback) function
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dapi_lib.c129 conn = netconn_alloc(t, callback); in netconn_new_with_proto_and_callback()
H A Dapi_msg.c495 newconn = netconn_alloc(conn->type, conn->callback);
642 netconn_alloc(enum netconn_type t, netconn_callback callback) function
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dapi_msg.c561 newconn = netconn_alloc(conn->type, conn->callback);
705 netconn_alloc(enum netconn_type t, netconn_callback callback) function
H A Dapi_lib.c155 conn = netconn_alloc(t, callback); in netconn_new_with_proto_and_callback()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG1239 in netconn_alloc
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DCHANGELOG2166 in netconn_alloc
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DCHANGELOG2383 in netconn_alloc