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