The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Net::IP"

Net::IP - Perl extension for manipulating IPv4/IPv6 addresses River stage two • 27 direct dependents • 43 total dependents

This module provides functions to deal with IPv4/IPv6 addresses. The module can be used as a class, allowing the user to instantiate IP objects, which can be single IP addresses, prefixes, or ranges of addresses. There is also a procedural way of acc...

MANU/Net-IP-1.26 - 28 Nov 2012 15:34:20 UTC

Net::IP::Lite - Perl extension for manipulating IPv4/IPv6 addresses River stage one • 3 direct dependents • 3 total dependents

This is another module to manipulate IPv4/IPv6 addresses. In contrast of NET::IP, it does not require Math::BigInt. Also, it supports some additional IPv4 formats like 0x7f000001, 2130706433, 017700000001, 0177.0.0.1, 0x7f.0.0.0x1. The module provide...

ALEXKOM/Net-IP-Lite-0.03 - 14 Jun 2013 22:47:17 UTC

Net::IP::XS - IPv4/IPv6 address library River stage two • 6 direct dependents • 10 total dependents

An XS (C) implementation of Net::IP. See Net::IP's documentation (as at version 1.25) for the functions and methods that are available....

TOMHRR/Net-IP-XS-0.22 - 23 Jan 2023 21:46:58 UTC

Net::IP::LPM - Perl implementation of Longest Prefix Match algorithm River stage zero No dependents

The module Net::IP::LPM implements the Longest Prefix Match algorithm to both protocols, IPv4 and IPv6. The module uses Trie algo....

TPODER/Net-IP-LPM-1.10 - 03 Aug 2015 08:40:34 UTC

Net::IP::Util - Common useful routines like converting decimal address to binary and vice versa, determining address class, determining default mask, subnets and hosts and broadcast addresses for hosts in subnet. River stage zero No dependents

DEBASHISH/Net-IP-Util-1.03 - 04 May 2013 09:00:04 UTC

Net::IPAM::IP - A library for reading, formatting, sorting and converting IP-addresses. River stage one • 2 direct dependents • 2 total dependents

GAISSMAI/Net-IPAM-IP-4.01 - 19 Aug 2022 11:04:10 UTC

Net::IP::Identifier::Net - subclass Net::IP to add some functionality River stage one • 1 direct dependent • 1 total dependent

Net::IP::Identifier::Net subclasses Net::IP. IP can be any of the forms accepted by Net::IP. Stringification is provided, and uses the print method. Methods new( IP ) Creates a new Net::IP::Identifier::Net object. 'IP' can be a Net::IP or a Net::IP::...

REID/Net-IP-Identifier-0.111 - 31 May 2015 18:12:37 UTC

Net::IP::Match - Efficiently match IP addresses against IP ranges River stage zero No dependents

This module provides you with an efficient way to match an IP address against one or more IP ranges. Speed is the key issue here. If you have to check several million IP addresses, as can happen with big logs, every millisecond counts. If your way to...

MARCEL/Net-IP-Match-1.101700 - 19 Jun 2010 09:01:22 UTC

Net::Whois::IP - Perl extension for looking up the whois information for ip addresses River stage one • 3 direct dependents • 7 total dependents

Perl module to allow whois lookup of ip addresses. This module should recursively query the various whois providers until it gets the more detailed information including either TechPhone or OrgTechPhone by default; however, this is overrideable....

BSCHMITZ/Net-Whois-IP-1.19 - 07 Jan 2016 21:59:17 UTC

Net::IP::CMatch - Efficiently match IP addresses against IP ranges with C. River stage zero No dependents

Net::IP::CMatch is based upon, and does the same thing as Net::IP::Match. The unconditionally exported subroutine 'match_ip' determines if the ip to match ( first argument ) matches any of the subsequent ip arguments. Match arguments may be absolute ...

BEAU/Net-IP-CMatch-0.02 - 21 Dec 2004 18:28:22 UTC

Net::IP::Minimal - Minimal functions from Net::IP River stage two • 12 direct dependents • 79 total dependents

Net::IP is very feature complete, but I found I was only using three of its functions and it uses quite a bit of memory <https://rt.cpan.org/Public/Bug/Display.html?id=24525>. This module only provides the minimal number of functions that I use in my...

BINGOS/Net-IP-Minimal-0.06 - 28 Nov 2012 15:52:18 UTC

Net::IP::Checker - IPv4/IPv6 addresses validator River stage zero No dependents

Fork of Net::IP::Minimal that validate IPv4 and IPv6 addresses correctly...

PAVELSR/Net-IP-Checker-0.03 - 26 Jul 2018 07:23:13 UTC

Net::Libdnet::Ip - high level API to access libdnet ip_* functions River stage one • 4 direct dependents • 6 total dependents

XXX...

GOMOR/Net-Libdnet-0.99 - 18 Sep 2018 15:04:16 UTC

Net::IP::Resolver - Resolve IPs to a particular network River stage zero No dependents

"Net::IP::Resolver" provides a mechanism for registering a number of different networks (specified by a set of ip ranges), and then finding the network for a given IP based on this specification. The identifier for a network can be any defined value ...

ADAMK/Net-IP-Resolver-0.02 - 04 Sep 2006 00:46:25 UTC

Net::IP::AddrRanges - IP address ranges to match River stage one • 1 direct dependent • 1 total dependent

Net::IP::AddrRanges is to represent a list of IP address ranges....

RINTARO/Net-IP-AddrRanges-0.01 - 03 Aug 2010 09:34:29 UTC

Net::IP::Match::XS - Efficiently match IP addresses against IP ranges with C. River stage one • 2 direct dependents • 2 total dependents

Net::IP::Match::XS is based upon, and does the same thing as Net::IP::Match. The unconditionally exported subroutine 'match_ip' determines if the ip to match ( first argument ) matches any of the subsequent ip arguments. Match arguments may be absolu...

BEAU/Net-IP-Match-XS-0.03 - 25 Dec 2004 05:38:14 UTC

Net::IP::Match::Bin - Perl extension for match IP addresses against Net ranges River stage zero No dependents

This module is XS implementation of matching IP addresses against Net ranges. Using similar method to Net::IP::Match::Regexp in storing Net ranges into memory. By implementing in XS C-code, and does not use regexp, more fast setup time and less using...

TOMO/Net-IP-Match-Bin-0.14 - 07 Aug 2014 13:52:39 UTC

Net::ACL::Match::IP - Class matching IP addresses against an IP or network River stage zero No dependents

This module is just a wrapper of the Net::Netmask module to allow it to operate automatically with Net::ACL::Rule....

LORENSEN/Net-ACL-0.07 - 06 Jun 2003 20:01:38 UTC

Net::IP::Match::Trie - Efficiently match IP addresses against IP ranges with Trie (prefix tree) River stage one • 2 direct dependents • 2 total dependents

Net::IP::Match::Trie is XS or Pure Perl implementation of matching IP address against Net ranges. Net::IP::Match::Trie uses Trie (prefix tree) data structure, so very fast lookup time (match_ip) but slow setup (add) time. This module is useful for on...

HIROSE/Net-IP-Match-Trie-1.00 - 28 Nov 2013 06:25:44 UTC

Net::SinFP3::Ext::IP - methods used for handling IP headers River stage one • 1 direct dependent • 1 total dependent

Go to http://www.metabrik.org/sinfp3/ to know more....

GOMOR/Net-SinFP3-1.24 - 21 Jul 2018 14:55:25 UTC
695 results (0.054 seconds)