Home
last modified time | relevance | path

Searched defs:sendto (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.h109 #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen) macro
/netbsd-src/sys/rump/include/rump/
H A Drump_syscallshotgun.h47 #define sendto(a,b,c,d,e,f) rump_sys_sendto(a,b,c,d,e,f) macro
/netbsd-src/lib/libpthread/
H A Dpthread_cancelstub.c614 sendto(int s, const void *msg, size_t len, int flags, in sendto() function