Home
last modified time | relevance | path

Searched refs:SIOCGIFMAP (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dsock.c124 case SIOCGIFMAP: in print_ifreq()
310 case SIOCGIFMAP: in sock_ioctl()
DChangeLog-CVS1329 [LINUX]: Handle SIOCGIFTXQLEN and SIOCGIFMAP.
/external/kernel-headers/original/uapi/linux/
Dsockios.h101 #define SIOCGIFMAP 0x8970 /* Get device parameters */ macro
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c93 PyModule_AddIntMacro(m, SIOCGIFMAP); in _init_sys_ioctl_h()
/external/toybox/toys/other/
Difconfig.c251 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()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc641 unsigned IOCTL_SIOCGIFMAP = SIOCGIFMAP;
Dsanitizer_common_interceptors_ioctl.inc219 _(SIOCGIFMAP, WRITE, struct_ifreq_sz);