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::Packet::Consts(3) User Contributed Perl Documentation Net::Packet::Consts(3)

Net::Packet::Consts - all constants used in Net::Packet framework

   # Load IPv4 layer constants
   use Net::Packet::Consts qw(:ipv4);

   # Load Ethernet layer constants
   use Net::Packet::Consts qw(:eth);

   # Load Ethernet, IPv6 and TCP layers constants
   use Net::Packet::Consts qw(:eth :ipv6 :tcp);

This module is the place to store all useful constants. If you want to see them all, simply `perldoc -m Net::Packet::Consts'.

Patrice <GomoR> Auffret

Copyright (c) 2004-2009, Patrice <GomoR> Auffret

You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.

NetPacket, Net::RawIP, Net::RawSock

Hey! The above document had some coding errors, which are explained below:
Around line 485:
Non-ASCII character seen before =encoding in '# Load'. Assuming CP1252
2009-11-09 perl v5.32.1

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.