Searched refs:netconn_new_with_proto_and_callback (Results 1 – 3 of 3) sorted by relevance
/lk-master/external/lib/lwip/include/lwip/ |
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,
|
/lk-master/external/lib/lwip/api/ |
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
|
A D | sockets.c | 958 conn = netconn_new_with_proto_and_callback(NETCONN_RAW, (u8_t)protocol, event_callback);
|
Completed in 7 milliseconds