Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/api/
Dnetdb.c97 err = netconn_gethostbyname(name, &addr); in lwip_gethostbyname()
200 err = netconn_gethostbyname(name, &(h->addr)); in lwip_gethostbyname_r()
296 err = netconn_gethostbyname(nodename, &addr); in lwip_getaddrinfo()
Dapi_lib.c713 netconn_gethostbyname(const char *name, ip_addr_t *addr) in netconn_gethostbyname() function
/external/syslinux/core/fs/pxe/
Ddnsresolv.c119 err = netconn_gethostbyname(name, &ip); in dns_resolv()
/external/syslinux/core/lwip/src/include/lwip/
Dapi.h243 err_t netconn_gethostbyname(const char *name, ip_addr_t *addr);
/external/syslinux/core/lwip/
DCHANGELOG1327 dns resolver function for netconn api (netconn_gethostbyname) and socket api