# File lib/ipaddress/ipv4.rb, line 504
    def network_u32
      @u32 & @prefix.to_u32
    end