Searched refs:SIOCSIFTXQLEN (Results 1 – 6 of 6) sorted by relevance
119 case SIOCSIFTXQLEN: in print_ifreq()280 case SIOCSIFTXQLEN: in sock_ioctl()
73 #define SIOCSIFTXQLEN 0x8943 /* Set the tx queue length */ macro
78 PyModule_AddIntMacro(m, SIOCSIFTXQLEN); in _init_sys_ioctl_h()
378 {"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()