Searched defs:sendto (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | socket_wrapper.h | 109 #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 D | rump_syscallshotgun.h | 47 #define sendto(a,b,c,d,e,f) rump_sys_sendto(a,b,c,d,e,f) macro
|
/netbsd-src/lib/libpthread/ |
H A D | pthread_cancelstub.c | 614 sendto(int s, const void *msg, size_t len, int flags, in sendto() function
|