Searched refs:SIOCGIFTXQLEN (Results 1 – 7 of 7) sorted by relevance
120 case SIOCGIFTXQLEN: in print_ifreq()309 case SIOCGIFTXQLEN: in sock_ioctl()
1329 [LINUX]: Handle SIOCGIFTXQLEN and SIOCGIFMAP.
72 #define SIOCGIFTXQLEN 0x8942 /* Get the tx queue length */ macro
77 PyModule_AddIntMacro(m, SIOCGIFTXQLEN); in _init_sys_ioctl_h()
239 if (ioctl(TT.sockfd, SIOCGIFTXQLEN, &ifre) >= 0) val[16] = ifre.ifr_qlen; in display_ifconfig()
185 if (ioctl(s, SIOCGIFTXQLEN, &ifr) < 0) { in print_queuelen()
755 if (ioctl(fd, SIOCGIFTXQLEN, &req)) perror(""); in print_link_output()