List of all members.
Public Member Functions |
|
| Item_func_is_ipv4_mapped (Item *ip_addr) |
|
virtual const char * | func_name () const |
Protected Member Functions |
| virtual bool | calc_value (const String *arg) |
Member Function Documentation
Checks if the passed IPv6-address is an IPv4-mapped IPv6-address.
- Parameters:
-
| arg | The IPv6-address to check. |
- Returns:
- Check status.
- Return values:
-
| false | The passed IPv6-address is not an IPv4-mapped IPv6-address. |
| true | The passed IPv6-address is an IPv4-mapped IPv6-address. |
Implements Item_func_inet_bool_base.
The documentation for this class was generated from the following files: