Searched refs:netconn_new_with_proto_and_callback (Results 1 – 4 of 4) sorted by relevance
/btstack/3rd-party/lwip/core/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,
|
/btstack/3rd-party/lwip/core/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 | 1689 conn = netconn_new_with_proto_and_callback(DOMAIN_TO_NETCONN_TYPE(domain, NETCONN_RAW), in lwip_socket()
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 3336 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen 3737 netconn_new_with_proto_and_callback.
|