GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::DHCP::Packet::IPv4Utils(3) User Contributed Perl Documentation Net::DHCP::Packet::IPv4Utils(3)

Net::DHCP::Packet::IPv4Utils - Object methods for IPv4 in Net::DHCP

version 0.7

   use Net::DHCP::Packet::IPv4Utils qw( :all );

Probably not at all useful on its own

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.

Transforms a list of space delimited IP addresses into a packed bytes string.
Transforms an array (list) of IP addresses into a packed bytes string.
Transforms a packed bytes IP address into a "xx.xx.xx.xx" string.
Transforms a packed bytes list of IP addresses into a list of "xx.xx.xx.xx" space delimited 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
2025-07-04 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.