[][src]Function nix::sys::socket::bind

pub fn bind(fd: RawFd, addr: &SockAddr) -> Result<()>

Bind a name to a socket

Further reading