class LookupIpOptions

Defined at line 1140 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_net_name::wire::LookupIpOptions> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_net_name::wire::LookupIpOptions> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_name::wire::LookupIpOptions>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void LookupIpOptions ()

Defined at line 1142 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h

void LookupIpOptions (const LookupIpOptions & other)

Defined at line 1143 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h

LookupIpOptions & operator= (const LookupIpOptions & other)

Defined at line 1144 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h

void LookupIpOptions (LookupIpOptions && other)

Defined at line 1145 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h

bool & ipv4_lookup ()

Include IPv4 results.

If not set, interpreted as false.

bool has_ipv4_lookup ()
bool & ipv6_lookup ()

Include IPv6 results.

If not set, interpreted as false.

bool has_ipv6_lookup ()
LookupIpOptions & operator= (LookupIpOptions && other)

Defined at line 1146 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h

bool & sort_addresses ()

Sort addresses in order of preference.

It true, Addresses are sorted according to destination address

selection described in

[RFC 6724 Section 6](https://tools.ietf.org/html/rfc6724#section-6).

If not set, interpreted as false.

bool has_sort_addresses ()
bool & canonical_name_lookup ()

Include the canonical name.

If not set, interpreted as false.

bool has_canonical_name_lookup ()
void ~LookupIpOptions ()

Defined at line 1148 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder