Lines Matching refs:into
226 // The protocol number is fed into the socket syscall in network byte order.
880 ControlMessageOwned::ScmCredentials(cred.into())
885 ControlMessageOwned::ScmCreds(cred.into())
1038 /// Instead, you can put all fds to be passed into a single `ScmRights`
1341 /// Returns the value to put into the `cmsg_level` field of the header.
1376 /// Returns the value to put into the `cmsg_type` field of the header.
1612 // we will be storing pointers to addresses inside mhdr - convert it into boxed
1613 // slice so it can'be changed later by pushing anything into self.addresses
1619 // it into "slices" parts
1945 /// Pack pointers to various structures into into msghdr
2007 // transmute iov into a mutable pointer. sendmsg doesn't really mutate
2034 /// optionally receive ancillary data into the provided buffer.
2086 let protocol = match protocol.into() {
2091 // SockFlags are usually embedded into `ty`, but we don't do that in `nix` because it's a
2111 let protocol = match protocol.into() {
2116 // SockFlags are usually embedded into `ty`, but we don't do that in `nix` because it's a