Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h82 SOCKET win32_socket (int af, int type, int protocol);
119 #define socket win32_socket
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32sck.c619 win32_socket(int af, int type, int protocol) in win32_socket() function
H A Dperlhost.h1585 return win32_socket(af, type, protocol); in PerlProcGetgid()