Searched refs:rb_w32_inet_ntop (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h269 extern const char *WSAAPI rb_w32_inet_ntop(int,const void *,char *,size_t);
619 #define inet_ntop(f,a,n,l) rb_w32_inet_ntop(f,a,n,l)
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Doption.c455 # define inet_ntop(f,a,n,l) rb_w32_inet_ntop(f,a,n,l)
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c6554 rb_w32_inet_ntop(int af, const void *addr, char *numaddr, size_t numaddr_len) function

Completed in 281 milliseconds