Crate fidl_fuchsia_net

Source

Structs§

Ipv4Address
Ipv4Address is expressed in network byte order, so the most significant byte (“127” in the address “127.0.0.1”) will be at index 0.
Ipv4AddressWithPrefix
An IPv4 address with its subnet prefix length.
Ipv4SocketAddress
An IPv4 socket address, composed of an IPv4 address and a port.
Ipv6Address
Ipv6Address is expressed in network byte order, so the most significant byte (“ff” in the address “ff02::1”) will be at index 0.
Ipv6AddressWithPrefix
An IPv6 address with its subnet prefix length.
Ipv6SocketAddress
An IPV6 socket address, composed of an IPv6 address, a port, and a scope identifier.
MacAddress
A MAC address used to identify a network interface on the data link layer within the network.
Subnet
An IP address with its subnet prefix length.

Enums§

IpAddress
Represents an IP address that may be either v4 or v6.
IpVersion
IpVersion is an IP version.
SocketAddress
Represents an IP socket address that may be either v4 or v6.

Constants§

MAX_HOSTNAME_SIZE
The maximum length of a hostname, as per RFC 1035 section 2.3.4.

Type Aliases§

Hostname
A hostname.
InterfaceId
A unique non-zero interface identifier.
RouteMetric
The metric of a route. Lower metrics indicate higher priority.