Searched refs:SIOCSIFTXQLEN (Results 1 – 6 of 6) sorted by relevance
111 case SIOCSIFTXQLEN: in print_ifreq()311 case SIOCSIFTXQLEN: in MPERS_PRINTER_DECL()
75 #define SIOCSIFTXQLEN 0x8943 /* Set the tx queue length */ macro
78 PyModule_AddIntMacro(m, SIOCSIFTXQLEN); in _init_sys_ioctl_h()
381 {"txqueuelen", IFREQ_OFFSZ(ifr_qlen), SIOCSIFTXQLEN}, in ifconfig_main()
940 if (ioctl(s, SIOCSIFTXQLEN, &ifr) < 0) { in set_qlen()
678 xioctl(fd, SIOCSIFTXQLEN, &req); in link_set()