Creates a new Ipv4 address from a 32 bit integer in network byte order.
impl Ipv4Addr { fn from_be(addr: u32) -> Ipv4Addr }
The address in network byte order.