netmap_sys
netmap_sys copied to clipboard
Rust bindings to netmap.
The current API versions of NETMAP are defined as the following: ``` #define NETMAP_API 14 /* current API version */ #define NETMAP_MIN_API 14 /* min and max versions accepted */...
The original `NIOCGREGIF` is defined in `netmap_legacy.h` as the following: ``` /* * FreeBSD uses the size value embedded in the _IOWR to determine * how much to copy in/out....
I'm packaging netmap_sys for Fedora. I found that the LICENSE was not included in the crate. It would be good to have the LICENSE in the crate, so that it...
Hi, I am scanning this crate in the latest version using my own static analyzer tool. Unsafe pointer conversion is found at: src/netmap_user.rs:16 ```rust pub unsafe fn _NETMAP_OFFSET(ptr: *mut U,...