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