Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
DSocklib_internals.h27 struct hostent * _gethostbyhtname (const char *, int);
Dgethostbyht.c176 _gethostbyhtname(const char *name, int af) in _gethostbyhtname() function
Dgethostnamadr.c150 hp = _gethostbyhtname(name, type); in gethostbyname2()