Home
last modified time | relevance | path

Searched refs:lwip_gethostbyname (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dnetdb.h122 struct hostent *lwip_gethostbyname(const char *name);
133 #define gethostbyname(name) lwip_gethostbyname(name)
/reactos/drivers/network/tcpip/lwip/src/api/
H A Dnetdb.c92 lwip_gethostbyname(const char *name) in lwip_gethostbyname() function
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG472 (and thus also lwip_gethostbyname/_r() and lwip_getaddrinfo())
2890 * netdb.h, netdb.c, sockets.h/.c: Moved lwip_gethostbyname from sockets.c