Expand description
SOME/IP-SD option types (IPv4/IPv6 Endpoint, LoadBalancing, etc.).
Structs§
- Discardable
Flag - 1-bit discardable flag + 7 reserved bits packed into a u8.
- IPv4
Endpoint Option - Zero-copy wrapper around IPv4 Endpoint Option (12 bytes total: 4 header + 8 data).
- IPv4
Endpoint Option Repr - High-level representation of an IPv4 Endpoint Option.
- IPv6
Endpoint Option - Zero-copy wrapper around IPv6 Endpoint Option (24 bytes total: 4 header + 20 data).
- IPv6
Endpoint Option Repr - High-level representation of an IPv6 Endpoint Option.
- Load
Balancing Option - Zero-copy wrapper around Load Balancing Option (8 bytes total: 4 header + 4 data).
- Load
Balancing Option Repr - High-level representation of a Load Balancing Option.
- Option
Header - Zero-copy wrapper around Option header (4 bytes).
Enums§
- Option
Type - Option type enumeration for SOME/IP-SD options.
- Transport
Protocol - Transport protocol enumeration.
Type Aliases§
- Result
- Result type alias using the crate’s Error type.