Searched defs:sendto (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/sys/ |
H A D | sendto.c | 39 #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 D | socket_wrapper.h | 107 #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen) macro
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 482 #define sendto Rsendto macro
|
/freebsd/usr.sbin/rwhod/ |
H A D | rwhod.c | 131 #define sendto Sendto macro
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | preload.c | 73 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 D | socket.h | 282 isc_result_t (*sendto)(isc_socket_t *sock, isc_region_t *region, member
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 230 #define sendto _sendto macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 355 INTERCEPTOR(ssize_t, sendto, int socket, const void *buffer, size_t length, in INTERCEPTOR() argument
|