Home
last modified time | relevance | path

Searched defs:netconn_gethostbyname_addrtype (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dapi.h365 #define netconn_gethostbyname_addrtype(name, addr, dns_addrtype) netconn_gethostbyname(name, addr) macro
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_lib.c1271 netconn_gethostbyname_addrtype(const char *name, ip_addr_t *addr, u8_t dns_addrtype) function