Expand description
Raw IP sockets.
Structs§
- RawIp
Socket Api - The raw IP socket API.
- RawIp
Socket Counters - Raw IP socket counters.
- RawIp
Socket Icmp Filter - An ICMP filter installed on a raw IP socket.
- RawIp
Socket Id - Reference to the state of a live socket.
- RawIp
Socket Locked State - State for a raw IP socket that can be modified, and is lock protected.
- RawIp
Socket Map - The collection of all raw IP sockets installed in the system.
- RawIp
Socket State - State held by a raw IP socket.
- Weak
RawIp Socket Id - A weak reference to a raw IP socket.
Enums§
- RawIp
Socket Icmp Filter Error - Errors that may occur getting/setting the ICMP filter for a raw IP socket.
- RawIp
Socket Protocol - The supported protocols of raw IP sockets.
- RawIp
Socket Send ToError - Errors that may occur when calling
RawIpSocketApi::send_to
.
Traits§
- RawIp
Socket MapContext - A type that provides access to the
RawIpSocketMap
used by the system. - RawIp
Socket State Context - Provides access to the
RawIpSocketLockedState
for a raw IP socket. - RawIp
Sockets Bindings Context - Functionality provided by bindings used in the raw IP socket implementation.
- RawIp
Sockets Bindings Types - Types provided by bindings used in the raw IP socket implementation.