Crate network_types

source ·
Expand description

Rust structs representing network-related types (on Layer 2, 3 and 4) in Linux.

The crate is no_std and the structures are fully compatible with the ones provided by the Linux kernel, which makes it a great fit for eBPF programs written with Aya.

Modules

A Rust bitfield implementation, copied from bindgen which is licensed under the BSD 3-Clause license.