Home
last modified time | relevance | path

Searched refs:netconn_gethostbyname (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/api/
Dnetdb.c97 err = netconn_gethostbyname(name, &addr); in lwip_gethostbyname()
200 err = netconn_gethostbyname(name, &h->addr); in lwip_gethostbyname_r()
297 err = netconn_gethostbyname(nodename, &addr); in lwip_getaddrinfo()
Dapi_lib.c753 netconn_gethostbyname(const char *name, ip_addr_t *addr) in netconn_gethostbyname() function
/lib/liblwip/src/include/lwip/
Dapi.h250 err_t netconn_gethostbyname(const char *name, ip_addr_t *addr);
/lib/liblwip/
DCHANGELOG1626 dns resolver function for netconn api (netconn_gethostbyname) and socket api