Searched refs:SIOCGIFMAP (Results 1 – 7 of 7) sorted by relevance
124 case SIOCGIFMAP: in print_ifreq()310 case SIOCGIFMAP: in sock_ioctl()
1329 [LINUX]: Handle SIOCGIFTXQLEN and SIOCGIFMAP.
101 #define SIOCGIFMAP 0x8970 /* Get device parameters */ macro
93 PyModule_AddIntMacro(m, SIOCGIFMAP); in _init_sys_ioctl_h()
251 if(!ioctl(TT.sockfd, SIOCGIFMAP, &ifre) && (ifre.ifr_map.irq || in display_ifconfig()477 if (off == SIOCSIFMAP) xioctl(TT.sockfd, SIOCGIFMAP, &ifre); in ifconfig_main()
641 unsigned IOCTL_SIOCGIFMAP = SIOCGIFMAP;
219 _(SIOCGIFMAP, WRITE, struct_ifreq_sz);