Crate fidl_fuchsia_net_dhcp_ext
source ·Expand description
Extensions for types in the fidl_fuchsia_net_dhcp
crate.
Modules
- Contains types used when testing the DHCP client.
Structs
- An IPv4 address acquired by the DHCP client.
- Configuration acquired by the DHCP client.
- Error while manipulating a forwarding entry.
Enums
- Domain errors for this crate.
Constants
- The default subnet used as the destination while populating a
fuchsia.net.stack.ForwardingEntry
while applying newly-discovered routers.
Traits
- Extension trait on
fidl_fuchsia_net_dhcp::ClientProxy
. - Extension trait on
fidl_fuchsia_net_dhcp::ClientProviderProxy
.
Functions
- Applies a new set of routers to a given
fuchsia.net.stack.Stack
and set of configured routers by deleting forwarding entries for newly-absent routers and adding forwarding entries for newly-present ones. - Produces a stream of acquired DHCP configuration by executing the hanging get on the provided DHCP client proxy.
- The default
fnet_dhcp::NewClientParams
.