hostent           313 plugin/ipc/socket/socketwrappers.cpp extern "C" struct hostent *gethostbyname(const char *name)
hostent           317 plugin/ipc/socket/socketwrappers.cpp   struct hostent *ret = _real_gethostbyname(name);
hostent           323 plugin/ipc/socket/socketwrappers.cpp extern "C" struct hostent *gethostbyaddr(const void *addr,
hostent           328 plugin/ipc/socket/socketwrappers.cpp   struct hostent *ret = _real_gethostbyaddr(addr, len, type);