Expand description
Custom error types for the packet formats.
Structs§
- NotZero
Error  - A not zero value for 
Twas observed, but zero was expected. - Unrecognized
Protocol Code  - Error type for an unrecognized protocol code of type 
T. 
Enums§
- IpParse
Error  - Error type for IP packet parsing.
 - IpParse
Error Action  - Action to take when an IP node fails to parse a received IP packet.
 - Parse
Error  - Error type for packet parsing.
 
Type Aliases§
- IpParse
Result  - Results returned from IP packet parsing functions in the netstack.
 - Parse
Result  - Results returned from parsing functions in the netstack.