Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByDns/
DGetHostByDns.c24 struct hostent * _gethostbydnsname (const char *, int);
56 pHost = _gethostbydnsname ( Argv[1], AF_INET ); in main()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
DSocklib_internals.h28 struct hostent * _gethostbydnsname (const char *, int);
Dgethostnamadr.c153 hp = _gethostbydnsname(name, type); in gethostbyname2()
Dgethostbydns.c521 _gethostbydnsname(const char *name, int af) in _gethostbydnsname() function