Net::DHCP::Packet::IPv4Utils - Object methods for IPv4 in
Net::DHCP
use Net::DHCP::Packet::IPv4Utils qw( :all );
Probably not at all useful on its own
- packinet ( STRING
)
- Transforms a IP address "xx.xx.xx.xx" into a packed 4 bytes
string.
These are simple never failing versions of inet_ntoa and
inet_aton.
- packinets ( STRING
)
- Transforms a list of space delimited IP addresses into a packed bytes
string.
- packinets_array(
LIST )
- Transforms an array (list) of IP addresses into a packed bytes
string.
- unpackinet (
STRING )
- Transforms a packed bytes IP address into a "xx.xx.xx.xx"
string.
- unpackinets (
STRING )
- Transforms a packed bytes list of IP addresses into a list of
"xx.xx.xx.xx" space delimited string.
- unpackinets_array
( STRING )
- Transforms a packed bytes list of IP addresses into a array of
"xx.xx.xx.xx" strings.
Net::DHCP::Options, Net::DHCP::Constants.
Dean Hamstead <dean@fragfest.com.au>
This software is Copyright (c) 2022 by Dean Hamstead.
This is free software, licensed under:
The MIT (X11) License