Home
last modified time | relevance | path

Searched defs:IFF_DRV_RUNNING (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.h37 #define IFF_DRV_RUNNING 0x40 /* (d) resources allocated */ macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2461 pub const IFF_DRV_RUNNING: ::c_int = 0x40; constant