boost::corosio::resolve_flags
Bitmask flags for resolver queries.
Synopsis
Declared in <boost/corosio/resolver.hpp>
enum class resolve_flags : unsigned int;
Members
Name |
Description |
|
No flags. |
|
Indicate that returned endpoint is intended for use as a locally bound socket endpoint. |
|
Host name should be treated as a numeric string defining an IPv4 or IPv6 address and no name resolution should be attempted. |
|
Service name should be treated as a numeric string defining a port number and no name resolution should be attempted. |
|
Only return IPv4 addresses if a non‐loopback IPv4 address is configured for the system. Only return IPv6 addresses if a non‐loopback IPv6 address is configured for the system. |
|
If the query protocol family is specified as IPv6, return IPv4‐mapped IPv6 addresses on finding no IPv6 addresses. |
|
If used with v4_mapped, return all matching IPv6 and IPv4 addresses. |
Non-Member Functions
Name |
Description |
Intersect two resolve_flags. |
|
Intersect two resolve_flags. |
|
Combine two resolve_flags. |
|
Combine two resolve_flags. |
Created with MrDocs