Expand description
Extension types and helpers for the fuchsia.net.dhcpv6 FIDL library.
Structs§
- Configuration for requesting addresses.
- Custom
AddressConfig
validator. - Configuration for what the client should request from DHCPv6 server(s).
- Configuration for informational data to request.
- Parameters to configure a new client.
Enums§
AddressConfig
custom validation error.- Missing fields in
AddressConfig
. - Errors validating
AddressConfig
. - Missing fields in
ClientConfig
. - Errors validating
ClientConfig
. - Missing fields in
InformationConfig
. - Errors validating
InformationConfig
. - Missing fields in
NewClientParams
. - Errors validating
NewClientParams
. - Responses from watch methods on
fuchsia.net.dhcpv6/Client
.
Functions§
- Turns a
fidl_fuchsia_net_dhcpv6::ClientProxy
into a stream of items yielded by calling all hanging get methods on the protocol.