![]() |
Home / Documentation / 2.0 / API / | |||
| APR::NetLib - Perl API for XXX | ||||
|
|
||
testMETA: 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);
$ipsub (APR::IpSubnet)
The ip-subnet representation
$sa (APR::SockAddr)
The socket address to test
$ret (integer)
non-zero if the socket address is within the subnet, 0 otherwise
mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.
|
|