Home
last modified time | relevance | path

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

/freebsd/lib/libc/sys/
H A Dsendto.c39 #pragma weak sendto macro
41 sendto(int s, const void *msg, size_t len, int flags, in sendto() function
/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h107 #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen) macro
/freebsd/contrib/tnftp/
H A Dtnftp.h482 #define sendto Rsendto macro
/freebsd/usr.sbin/rwhod/
H A Drwhod.c131 #define sendto Sendto macro
/freebsd/contrib/ofed/librdmacm/
H A Dpreload.c73 ssize_t (*sendto)(int socket, const void *buf, size_t len, int flags, member
833 ssize_t sendto(int socket, const void *buf, size_t len, int flags, in sendto() function
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dsocket.h282 isc_result_t (*sendto)(isc_socket_t *sock, isc_region_t *region, member
/freebsd/lib/libc/include/
H A Dnamespace.h230 #define sendto _sendto macro
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp355 INTERCEPTOR(ssize_t, sendto, int socket, const void *buffer, size_t length, in INTERCEPTOR() argument