Module netstack3_base::socketmap

source ·
Expand description

Defines generic data structures used to implement common application socket functionality for multiple protocols.

Structs§

  • An entry for a key in a map that has a value.
  • A map that stores values and summarizes tag counts.
  • An entry for a key in a map that does not have a value.

Enums§

  • An entry in a map that can be used to manipulate the value in-place.

Traits§

  • A type whose values can “shadow” other values of the type.
  • A type whose values can be used to produce “tag” values of a different type.