Expand description
Types and utilities for dealing with neighbors.
Structs§
- Event
- Neighbor event.
- NudUser
Config - NUD configurations.
- NudUser
Config Update - An update structure for
NudUserConfig
.
Enums§
- Event
Dynamic State - The state of dynamic neighbor table entries as published via events.
- Event
Kind - Neighbor event kind.
- Event
State - Neighbor state published via events.
- Link
Resolution Result - Specifies the link-layer address of a neighbor.
- Neighbor
Removal Error - Error when a neighbor table entry cannot be removed.
- Static
Neighbor Insertion Error - Error when a static neighbor entry cannot be inserted.
Constants§
- MAX_
ENTRIES - The maximum number of neighbor entries in the neighbor table for a given device. When the number of entries is above this number and an entry transitions into a discardable state, a garbage collection task will be scheduled to remove any entries that are not in use.
Traits§
- Link
Resolution Context - An execution context that allows creating link resolution notifiers.
- Link
Resolution Notifier - A notifier held by core that can be used to inform interested parties of the result of link address resolution.