class ForwardingEntry

Defined at line 88 of file fidling/gen/sdk/fidl/fuchsia.net.stack/fuchsia.net.stack/hlcpp/fuchsia/net/stack/cpp/fidl.h

An entry in the forwarding table for the network stack.

Valid if at least one of [`device_id`] and [`next_hop`] is specified.

Public Members

Subnet subnet
uint64_t device_id
unique_ptr next_hop
uint32_t metric

Public Methods

::std::unique_ptr<ForwardingEntry> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ForwardingEntry * value, size_t _offset)
zx_status_t Clone (ForwardingEntry * result)