Function bind

Source
pub unsafe fn bind(
    sockfd: int,
    addr: *const sockaddr,
    addrlen: socklen_t,
) -> Result<int>
Expand description

Bind a name to a socket.