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 D | api.h | 212 #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 D | api.h | 293 #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 D | api.h | 310 #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 D | api_lib.c | 68 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 D | sockets.c | 971 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 D | api_lib.c | 123 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 D | sockets.c | 1249 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 D | api_lib.c | 149 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 D | sockets.c | 1717 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 D | CHANGELOG | 2147 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 D | CHANGELOG | 3074 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 D | CHANGELOG | 3291 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen 3692 netconn_new_with_proto_and_callback.
|