logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ipv4calc - Calculates IPv4 elements from an address.

Author

       Francis J. Lacoste <francis.lacoste@iNsu.COM>

Description

       If an option is specified ipv4calc calculates the requested element from the address and prints it on
       stdout.

       If multiple options are specified, only the first one is printed.

       If no options are specified, the program prints the host part of the address, the network and the
       broadcast address as deduced from the given address.

       If address doesn't contains a netmask or mask length, the default one is assumed.

Name

         ipv4calc - Calculates IPv4 elements from an address.

See Also

Network::IPv4Addr(3).

perl v5.36.0                                       2022-11-20                                       IPV4CALC(1p)

Synopsis

         ipv4calc [ --network | --broadcast | --netmask |
                    --address | --cidr ] addr

See Also