|
LibSWOC++ 1.5.14
Solid Wall of C++
|
Internal IP address utilities. More...
Functions | |
| bool | is_loopback_host_order (in_addr_t addr) |
| bool | is_link_local_host_order (in_addr_t addr) |
| bool | is_multicast_host_order (in_addr_t addr) |
| bool | is_private_host_order (in_addr_t addr) |
| bool | is_loopback_network_order (in6_addr const &addr) |
| bool | is_multicast_network_order (in6_addr const &addr) |
| bool | is_link_local_network_order (in6_addr const &addr) |
| bool | is_private_network_order (in6_addr const &addr) |
| bool | is_loopback_network_order (in_addr_t addr) |
| bool | is_private_network_order (in_addr_t addr) |
| bool | is_link_local_network_order (in_addr_t addr) |
| bool | is_multicast_network_order (in_addr_t addr) |
| bool | is_loopback (sockaddr const *sa) |
| bool | is_multicast (sockaddr const *sa) |
| bool | is_link_local (sockaddr const *sa) |
| bool | is_private (sockaddr const *sa) |
Internal IP address utilities.
|
inline |
Check if the IP address in a socket address is link local.
true if link local, false if not. Definition at line 131 of file swoc_ip_util.h.
|
inline |
Definition at line 32 of file swoc_ip_util.h.
|
inline |
Definition at line 60 of file swoc_ip_util.h.
|
inline |
Definition at line 82 of file swoc_ip_util.h.
|
inline |
Check if the address in a socket address is a loopback address..
true if so, false if not. Definition at line 113 of file swoc_ip_util.h.
|
inline |
Definition at line 28 of file swoc_ip_util.h.
|
inline |
Definition at line 52 of file swoc_ip_util.h.
|
inline |
Definition at line 70 of file swoc_ip_util.h.
|
inline |
Check if the address in a socket address is multicast.
true if so, false if not. Definition at line 122 of file swoc_ip_util.h.
|
inline |
Definition at line 36 of file swoc_ip_util.h.
|
inline |
Definition at line 56 of file swoc_ip_util.h.
|
inline |
Definition at line 86 of file swoc_ip_util.h.
|
inline |
Check if the IP address in a socket address is private (non-routable)
true if private, false if not. Definition at line 140 of file swoc_ip_util.h.
|
inline |
Definition at line 40 of file swoc_ip_util.h.
|
inline |
Definition at line 64 of file swoc_ip_util.h.
|
inline |
Definition at line 74 of file swoc_ip_util.h.