Searched refs:_sendto (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/rustix/src/net/ |
H A D | send_recv.rs | 86 _sendto(fd.as_fd(), buf, flags, addr) in sendto() 89 fn _sendto( in _sendto() functions
|
/third_party/python/Tools/ccbench/ |
H A D | ccbench.py | 264 def _sendto(sock, s, addr): function 276 _sendto(sock, "%r\n" % _time(), addr) 284 _sendto(sock, LAT_END + "\n", addr) 405 _sendto(sock, ("%r#%s\n" % (local_addr, msg)).rjust(packet_size), addr) 488 _sendto(sock, s, remote_addr)
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 230 #define sendto _sendto
|
Completed in 3 milliseconds