xref: /third_party/rust/crates/nix/src/net/mod.rs (revision 3da5c369)
1//! Functionality involving network interfaces
2// To avoid clashing with the keyword "if", we use "if_" as the module name.
3// The original header is called "net/if.h".
4pub mod if_;
5