Searched refs:netconn_new_with_proto_and_callback (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/include/lwip/ |
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,
|
/third_party/lwip/src/api/ |
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
|
D | sockets.c | 1761 conn = netconn_new_with_proto_and_callback(DOMAIN_TO_NETCONN_TYPE(domain, NETCONN_RAW), in lwip_socket()
|
/third_party/lwip/ |
D | CHANGELOG | 3346 allocate a recvmbox in netconn_new_with_proto_and_callback. For a tcp-listen 3747 netconn_new_with_proto_and_callback.
|