Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h87 struct hostent * win32_gethostbyaddr(const char * addr, int len, int type);
137 #define gethostbyaddr win32_gethostbyaddr
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32sck.c636 win32_gethostbyaddr(const char *addr, int len, int type) in win32_gethostbyaddr() function
H A Dperlhost.h1375 return win32_gethostbyaddr(addr, len, type); in PerlSockGethostbyaddr()