Home
last modified time | relevance | path

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

/netbsd/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/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dsocket.h284 isc_result_t (*sendto)(isc_socket_t *sock, isc_region_t *region, member
/netbsd/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/lib/libpthread/
H A Dpthread_cancelstub.c612 sendto(int s, const void *msg, size_t len, int flags, in sendto() function