summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Collapse)Author
2018-12-08Replace try! with ?Alan Somers
try! is not available in Rust 2018
2018-05-02OpenBSD: remove IFF_NOTRAILERSkpcyrd
IFF_NOTRAILERS has been removed in OpenBSD 6.3 https://github.com/openbsd/src/commit/beb8b0dd5985e55a615b52e593da6e75bab33f3f
2018-02-08Update `InterfaceFlags`寧靜
Add Flags: `IFF_NO_PI`, `IFF_TUN`, `IFF_TAP`.
2018-01-28Require docs for the net/if_ moduleBryant Mairs
2017-12-03Add support for getifaddrs. Closes: #650.Markus Wanner
2016-01-27Use NixPath for if_nametoindexKamal Marhubi
2016-01-27Use function name as it is used in C.Marc Brinkmann
2016-01-27Added note regarding naming.Marc Brinkmann
2016-01-27Use nix::Result explicitly.Marc Brinkmann
2016-01-27Changed Error type to nix::Error.Marc Brinkmann
2016-01-27Do not use extern, but if_nametoindex from libc instead.Marc Brinkmann
2016-01-27Added if_nametoindex (and necessary module based on Cs net/if.h)Marc Brinkmann