summaryrefslogtreecommitdiff
path: root/src/net/mod.rs
blob: 079fcfde6fd4436e3b595295ff9e4c18f20b002c (plain)
1
2
3
4
//! Functionality involving network interfaces
// To avoid clashing with the keyword "if", we use "if_" as the module name.
// The original header is called "net/if.h".
pub mod if_;