Lines Matching defs:send
290 /// Flags for send/recv and their relatives
359 /// Requests not to send `SIGPIPE` errors when the other end breaks the connection.
360 /// (For more details, see [send(2)](https://linux.die.net/man/2/send)).
1045 /// process to explicitly send its credentials. A process running as root is
1058 /// requires a process to explicitly send its credentials.
1105 /// The length of the send data no longer matches the expected length on
2271 /// [Further reading](https://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html)
2272 pub fn send(fd: RawFd, buf: &[u8], flags: MsgFlags) -> Result<usize> {
2274 libc::send(