Crate netstack3_core

source ·
Expand description

A networking stack.

Modules§

  • The device layer.
  • Device socket API.
  • Custom error types for the netstack.
  • Framework for packet filtering.
  • Methods for dealing with ICMP sockets.
  • Facilities for inspecting stack state for debugging.
  • The Internet Protocol, versions 4 and 6.
  • Types and utilities for dealing with neighbors.
  • Types and utilities for dealing with routes.
  • Common types for dealing with sockets.
  • Useful synchronization primitives.
  • Methods for dealing with TCP sockets.
  • Testing-related utilities.
  • Miscellaneous and common types.
  • Methods for dealing with UDP sockets.

Macros§

  • Evaluates the expression for the given device_id, regardless of its variant.

Structs§

  • The single entry point for function calls into netstack3 core.
  • The state associated with the network stack.
  • The identifier for any timer event.

Traits§

Type Aliases§

Attribute Macros§