NAME

APR::NetLib - Perl API for XXX

Synopsis

use APR::NetLib ();

META: to be completed

Description

META: to be completed

API

APR::NetLib provides the following functions and/or methods:

test

META: Autogenerated - needs to be reviewed/completed

Test the IP address in an apr_sockaddr_t against a pre-built ip-subnet representation.

$ret = $ipsub->test($sa);
arg1: $ipsub (APR::IpSubnet)

The ip-subnet representation

arg2: $sa (APR::SockAddr)

The socket address to test

ret: $ret (integer)

non-zero if the socket address is within the subnet, 0 otherwise

See Also

mod_perl 2.0 documentation.

Copyright

mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.

Authors

The mod_perl development team and numerous contributors.