Searched defs:netconn_gethostbyname_addrtype (Results 1 – 4 of 4) sorted by relevance
/components/net/lwip/lwip-2.0.3/src/api/ |
A D | api_lib.c | 920 netconn_gethostbyname_addrtype(const char *name, ip_addr_t *addr, u8_t dns_addrtype) in netconn_gethostbyname_addrtype() function
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/ |
A D | api.h | 338 #define netconn_gethostbyname_addrtype(name, addr, dns_addrtype) netconn_gethostbyname(name, addr) macro
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/ |
A D | api.h | 365 #define netconn_gethostbyname_addrtype(name, addr, dns_addrtype) netconn_gethostbyname(name, addr) macro
|
/components/net/lwip/lwip-2.1.2/src/api/ |
A D | api_lib.c | 1271 netconn_gethostbyname_addrtype(const char *name, ip_addr_t *addr, u8_t dns_addrtype) function
|
Completed in 69 milliseconds