Searched defs:_gethostbynis (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostbynis.c57 _gethostbynis(const char *name, char *map, int af) function
127 return _gethostbynis(name, "hosts.byname", af);
133 return _gethostbynis(inet_ntoa(*(struct in_addr *)addr),"hosts.byaddr", af);

Completed in 32 milliseconds