Re-exports§
pub use self::driver::UDPDriver;
pub use self::driver::DRIVER_NUM;
Modules§
- driver
- UDP userspace interface for transmit and receive.
- udp_
port_ table - In-kernel structure for tracking UDP ports bound by capsules.
- udp_
recv - Definition and implementation for the UDP reception interface.
- udp_
send - Definition and implementation for a virtualized UDP sending interface.
Structs§
- UDPHeader
- The
UDPHeader
struct follows the layout for the UDP packet header.