Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
nix
/
07166d27c158f942a6f45118e24a5ea93c80c800
/
.
/
src
/
net
/
mod.rs
blob: 079fcfde6fd4436e3b595295ff9e4c18f20b002c [
file
] [
log
] [
blame
]
//! 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_
;