Home
last modified time | relevance | path

Searched refs:SIOCGIFTXQLEN (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/
Difconfig.c118 # define SIOCGIFTXQLEN 0x8942 macro
Dinterface.c72 # define SIOCGIFTXQLEN 0x8942 macro
631 if (ioctl(skfd, SIOCGIFTXQLEN, &ifr) >= 0) in if_fetch()
/busybox-1.35.0/networking/libiproute/
Dipaddress.c102 if (ioctl_or_warn(s, SIOCGIFTXQLEN, &ifr) < 0) { in print_queuelen()