Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dapi.h212 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL)
213 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c)
215 netconn *netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto,
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dapi.h293 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL)
294 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c)
295 struct netconn *netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto,
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dapi.h310 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL)
311 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c)
312 struct netconn *netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto,
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dapi_lib.c68 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback() function
H A Dsockets.c971 conn = netconn_new_with_proto_and_callback(NETCONN_RAW, (u8_t)protocol, event_callback);
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dapi_lib.c123 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback() function
H A Dsockets.c1249 conn = netconn_new_with_proto_and_callback(DOMAIN_TO_NETCONN_TYPE(domain, NETCONN_RAW), in lwip_socket()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dapi_lib.c149 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback() function
H A Dsockets.c1717 conn = netconn_new_with_proto_and_callback(DOMAIN_TO_NETCONN_TYPE(domain, NETCONN_RAW), in lwip_socket()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG2147 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen
2548 netconn_new_with_proto_and_callback.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DCHANGELOG3074 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen
3475 netconn_new_with_proto_and_callback.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DCHANGELOG3291 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen
3692 netconn_new_with_proto_and_callback.