Module netstack3_core::ip
source · Expand description
The Internet Protocol, versions 4 and 6.
Modules
- An IP device.
- IP forwarding definitions.
- The Internet Control Message Protocol (ICMP).
- IPv4 and IPv6 sockets.
- Common types for dealing with ip table entries.
Structs
- Hop limits for packets sent to multicast and unicast destinations.
- Ip layer counters for a specific IP version.
- IPv4-specific counters.
- A builder for IPv4 state.
- IPv6-specific counters.
- A builder for IPv6 state.
Enums
- Events observed at the IP layer.
- An error occurred while resolving the route to a destination
Traits
- An
Ip
extension trait adding functionality specific to the IP layer.
Functions
- Get all the routes.
- Resolve the route to a given destination.
Type Aliases
- IP layer counters.