Searched refs:win32_gethostbyaddr (Results 1 – 3 of 3) sorted by relevance
87 struct hostent * win32_gethostbyaddr(const char * addr, int len, int type);137 #define gethostbyaddr win32_gethostbyaddr
636 win32_gethostbyaddr(const char *addr, int len, int type) in win32_gethostbyaddr() function
1375 return win32_gethostbyaddr(addr, len, type); in PerlSockGethostbyaddr()