Expand description
IP Layer definitions supporting sockets.
Structs§
- Default
IpSocket Options - Empty send and creation options that never overrides default values.
- IpSock
- An IP socket.
- IpSock
Definition - The definition of an IP socket.
- Socket
HopLimits - The configurable hop limits for a socket.
Enums§
- IpSock
Create AndSend Error - An error in sending a packet on a temporary IP socket.
- IpSock
Creation Error - An error encountered when creating an IP socket.
- IpSock
Send Error - An error in sending a packet on an IP socket.
- MmsError
- Possible errors when retrieving the maximum transport message size.
- Send
OneShot IpPacket Error - The error returned by
IpSocketHandler::send_oneshot_ip_packet_with_fallible_serializer
.
Traits§
- Delegated
Route Resolution Options - A trait providing route resolution options delegation to an inner type.
- Delegated
Send Options - A trait providing send options delegation to an inner type.
- Device
IpSocket Handler - Gets device related information of an IP socket.
- IpSocket
Bindings Context - The bindings execution context for IP sockets.
- IpSocket
Context - The context required in order to implement
IpSocketHandler
. - IpSocket
Handler - An execution context defining a type of IP socket.
- Route
Resolution Options - Provides hooks for altering route resolution behavior of
IpSock
. - Send
Options - Provides hooks for altering sending behavior of
IpSock
.