Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dioctl.h100 #define SIOCGIFTXQLEN 0x8942 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dioctl.h100 #define SIOCGIFTXQLEN 0x8942 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dioctl.h100 #define SIOCGIFTXQLEN 0x8942 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dioctl.h102 #define SIOCGIFTXQLEN 0x8942 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dioctl.h100 #define SIOCGIFTXQLEN 0x8942 macro
/third_party/musl/include/sys/
H A Dioctl.h95 #define SIOCGIFTXQLEN 0x8942 macro
/third_party/toybox/toys/pending/
H A Dstrace.c101 C(SIOCGIFTXQLEN); in strioctl()
453 case SIOCGIFTXQLEN: TT.fmt = "fi/{ifreq}"; break; in print_enter()
H A Dip.c806 if (ioctl(fd, SIOCGIFTXQLEN, &req)) perror(""); in print_link_output()
/third_party/toybox/toys/net/
H A Difconfig.c272 if (ioctl(TT.sockfd, SIOCGIFTXQLEN, &ifre) >= 0) val[16] = ifre.ifr_qlen; in display_ifconfig()
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c271 if (ioctl(TT.sockfd, SIOCGIFTXQLEN, &ifre) >= 0) val[16] = ifre.ifr_qlen; in display_ifconfig()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2645 pub const SIOCGIFTXQLEN: ::c_ulong = 0x00008942; consts

Completed in 22 milliseconds