Creates an Ipv4 socket address from given bytes.
impl Ipv4SockAddr { fn from_bytes(bytes: &[u8]) -> Result<&Ipv4SockAddr, Errno> }
The bytes that contain the socket address.