Namespaces

Enumerations

enum class AddressAssignmentState : uint32_t
Name Value Comments
kTentative 1u

Address assignment is in progress, e.g. Duplicate Address Detection
is being performed. The address cannot be used when in this state
(cannot bind to it yet or receive packets destined to it).

The Duplicate Address Detection mechanism is described in
[RFC 4862, section 5.4](https://tools.ietf.org/html/rfc4862#section-5.4)

kAssigned 2u

The address is assigned to an interface.

kUnavailable 3u

The address is unavailable, e.g. if the interface holding the address
is offline.

Assignment state of an IP address.

Defined at line 119 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces/fuchsia.net.interfaces/cpp/fidl/fuchsia.net.interfaces/cpp/common_types.h

Records