Searched refs:SIOCGIFMAP (Results 1 – 7 of 7) sorted by relevance
117 case SIOCGIFMAP: in print_ifreq()342 case SIOCGIFMAP: in MPERS_PRINTER_DECL()
1329 [LINUX]: Handle SIOCGIFTXQLEN and SIOCGIFMAP.
104 #define SIOCGIFMAP 0x8970 /* Get device parameters */ macro
93 PyModule_AddIntMacro(m, SIOCGIFMAP); in _init_sys_ioctl_h()
254 if(!ioctl(TT.sockfd, SIOCGIFMAP, &ifre) && (ifre.ifr_map.irq || in display_ifconfig()480 if (off == SIOCSIFMAP) xioctl(TT.sockfd, SIOCGIFMAP, &ifre); in ifconfig_main()
646 unsigned IOCTL_SIOCGIFMAP = SIOCGIFMAP;
222 _(SIOCGIFMAP, WRITE, struct_ifreq_sz);