Module error

Source
Expand description

Custom error types for the packet formats.

Structs§

NotZeroError
A not zero value for T was observed, but zero was expected.
UnrecognizedProtocolCode
Error type for an unrecognized protocol code of type T.

Enums§

IpParseError
Error type for IP packet parsing.
IpParseErrorAction
Action to take when an IP node fails to parse a received IP packet.
ParseError
Error type for packet parsing.

Type Aliases§

IpParseResult
Results returned from IP packet parsing functions in the netstack.
ParseResult
Results returned from parsing functions in the netstack.