Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dnetdb.h100 struct hostent *lwip_gethostbyname(const char *name);
110 #define gethostbyname(name) lwip_gethostbyname(name)
/external/syslinux/core/lwip/src/api/
Dnetdb.c85 lwip_gethostbyname(const char *name) in lwip_gethostbyname() function
/external/syslinux/core/lwip/
DCHANGELOG1305 * netdb.h, netdb.c, sockets.h/.c: Moved lwip_gethostbyname from sockets.c