Home
last modified time | relevance | path

Searched refs:SIOCSIFTXQLEN (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dioctl.h101 #define SIOCSIFTXQLEN 0x8943 macro
/third_party/musl/ndk_musl_include/sys/
Dioctl.h101 #define SIOCSIFTXQLEN 0x8943 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dioctl.h103 #define SIOCSIFTXQLEN 0x8943 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dioctl.h101 #define SIOCSIFTXQLEN 0x8943 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dioctl.h101 #define SIOCSIFTXQLEN 0x8943 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dioctl.h101 #define SIOCSIFTXQLEN 0x8943 macro
/third_party/musl/include/sys/
Dioctl.h96 #define SIOCSIFTXQLEN 0x8943 macro
/third_party/toybox/toys/net/
Difconfig.c411 {"txqueuelen", IFREQ_OFFSZ(ifr_qlen), SIOCSIFTXQLEN}, in ifconfig_main()
/third_party/toybox/porting/liteos_a/toys/net/
Difconfig.c424 {"txqueuelen", IFREQ_OFFSZ(ifr_qlen), SIOCSIFTXQLEN}, in ifconfig_main()
/third_party/toybox/toys/pending/
Dstrace.c462 case SIOCSIFTXQLEN: TT.fmt = "fi{ifreq}"; break;
Dip.c729 xioctl(fd, SIOCSIFTXQLEN, &req); in link_set()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt2222 SIOCSIFTXQLEN
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2646 pub const SIOCSIFTXQLEN: ::c_ulong = 0x00008943; constant