Searched refs:netconn_new_with_proto_and_callback (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | api.h | 295 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL) 296 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c) 297 struct netconn *netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto,
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
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,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
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
|
A D | sockets.c | 1473 conn = netconn_new_with_proto_and_callback(DOMAIN_TO_NETCONN_TYPE(domain, NETCONN_RAW), in lwip_socket()
|
Completed in 19 milliseconds