embassy-net

Crates

git

Versions

default

Flavors

Skip to main content

Module raw

Module raw 

Source
Expand description

Raw sockets.

Structs§

EthernetProtocol
Ethernet protocol type.
IfaceHandle
A handle to an interface added to a [Stack].
IpProtocol
IP datagram encapsulated protocol.
PacketMeta
Metadata associated with a packet.
RawSocket
An Raw socket.

Enums§

BindError
Error returned by RawSocket::bind.
IpVersion
Internet protocol version.
RawMode
The mode of a raw socket, set by [RawSocket::bind].
RecvError
Error returned by RawSocket::recv.
SendError
Error returned by RawSocket::send.