NAME
APR::SockAddr - Perl API for XXX
Synopsis
use APR::SockAddr ();
META: to be completed
Description
META: to be completed
API
APR::SockAddr
provides the following functions and/or methods:
equal
META: Autogenerated - needs to be reviewed/completed
See if the IP addresses in two APR socket addresses are equivalent. Appropriate logic is present for comparing IPv4-mapped IPv6 addresses with IPv4 addresses.
$ret = $addr1->equal($addr2);
- arg1:
$addr1
(APR::SockAddr
) -
One of the APR socket addresses.
- arg2:
$addr2
(APR::SockAddr
) -
The other APR socket address.
- ret:
$ret
(integer)
The return value will be non-zero if the addresses are equivalent.
See Also
Copyright
mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.