Home
last modified time | relevance | path

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

/external/strace/
Dsock.c117 case SIOCGIFMAP: in print_ifreq()
342 case SIOCGIFMAP: in MPERS_PRINTER_DECL()
DChangeLog-CVS1329 [LINUX]: Handle SIOCGIFTXQLEN and SIOCGIFMAP.
/external/kernel-headers/original/uapi/linux/
Dsockios.h104 #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/net/
Difconfig.c254 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()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc646 unsigned IOCTL_SIOCGIFMAP = SIOCGIFMAP;
Dsanitizer_common_interceptors_ioctl.inc222 _(SIOCGIFMAP, WRITE, struct_ifreq_sz);