class Ipv6PktInfoRecvControlData

Defined at line 12125 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

Public Methods

void Ipv6PktInfoRecvControlData (Storage_ storage)
void Ipv6PktInfoRecvControlData (uint64_t iface, ::fuchsia_net::Ipv6Address header_destination_addr)
void Ipv6PktInfoRecvControlData ()

Default constructs a |Ipv6PktInfoRecvControlData| only if all of its members are default constructible.

Defined at line 12135 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

void Ipv6PktInfoRecvControlData (Ipv6PktInfoRecvControlData && )

Defined at line 12138 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

void Ipv6PktInfoRecvControlData (const Ipv6PktInfoRecvControlData & other)
Ipv6PktInfoRecvControlData & operator= (Ipv6PktInfoRecvControlData && )

Defined at line 12139 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

Ipv6PktInfoRecvControlData & operator= (const Ipv6PktInfoRecvControlData & other)
bool operator== (const Ipv6PktInfoRecvControlData & other)
bool operator!= (const Ipv6PktInfoRecvControlData & other)
uint64_t iface ()

The index of the interface on which the IP packet was received.

uint64_t & iface ()

The index of the interface on which the IP packet was received.

Ipv6PktInfoRecvControlData & iface (uint64_t value)

The index of the interface on which the IP packet was received.

const ::fuchsia_net::Ipv6Address & header_destination_addr ()

The destination address specified in the received packet's IP

header.

::fuchsia_net::Ipv6Address & header_destination_addr ()

The destination address specified in the received packet's IP

header.

Ipv6PktInfoRecvControlData & header_destination_addr (::fuchsia_net::Ipv6Address value)

The destination address specified in the received packet's IP

header.

void Ipv6PktInfoRecvControlData (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits