Home
last modified time | relevance | path

Searched refs:IFF_SIMPLEX (Results 1 - 11 of 11) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axge.c48 #define IFF_SIMPLEX IFF_SLAVE macro
668 drv_sc->state = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; in axge_init()
H A Dif_axe.c120 #define IFF_SIMPLEX IFF_SLAVE macro
1010 drv_sc->state = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; in axe_init()
/third_party/rust/crates/nix/src/net/
H A Dif_.rs109 IFF_SIMPLEX;
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs514 pub const IFF_SIMPLEX: ::c_int = 0x800; // can't hear own transmissions consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1586 pub const IFF_SIMPLEX: ::c_int = 0x800; // can't hear own transmissions consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1147 pub const IFF_SIMPLEX: ::c_int = 0x800; // can't hear own transmissions consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs973 pub const IFF_SIMPLEX: ::c_int = 0x0800; // doesn't receive own transmissions consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1502 pub const IFF_SIMPLEX: ::c_int = 0x0800; // can't hear own transmissions consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2224 pub const IFF_SIMPLEX: ::c_int = 0x00000800; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2475 pub const IFF_SIMPLEX: ::c_int = 0x800; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3736 pub const IFF_SIMPLEX: ::c_int = 0x800; // can't hear own transmissions consts

Completed in 62 milliseconds