Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h78 int win32_sendto (SOCKET s, const char * buf, int len, int flags,
125 #define sendto win32_sendto
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32sck.c520 win32_sendto(SOCKET s, const char *buf, int len, int flags, in win32_sendto() function
H A Dperlhost.h1536 return win32_sendto(s, buffer, len, flags, to, tolen); in PerlSockSendto()