Searched refs:netconn_gethostbyname (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetdb.c97 err = netconn_gethostbyname(name, &addr);
200 err = netconn_gethostbyname(name, &h->addr);
297 err = netconn_gethostbyname(nodename, &addr);
H A Dapi_lib.c761 netconn_gethostbyname(const char *name, ip_addr_t *addr) function
767 LWIP_ERROR("netconn_gethostbyname: invalid name", (name != NULL), return ERR_ARG;);
768 LWIP_ERROR("netconn_gethostbyname: invalid addr", (addr != NULL), return ERR_ARG;);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dapi.h277 err_t netconn_gethostbyname(const char *name, ip_addr_t *addr);

Completed in 53 milliseconds