Home
last modified time | relevance | path

Searched refs:SIOCGARP (Results 1 – 25 of 25) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsockios.h95 #define SIOCGARP 0x8954 /* get ARP table entry */ macro
/external/iproute2/include/uapi/linux/
Dsockios.h95 #define SIOCGARP 0x8954 /* get ARP table entry */ macro
/external/syzkaller/sys/linux/
Dsocket_inet_arm.const77 SIOCGARP = 35156
Dsocket_inet_386.const77 SIOCGARP = 35156
Dsocket_inet_ppc64le.const77 SIOCGARP = 35156
Dsocket_inet_arm64.const77 SIOCGARP = 35156
Dsocket_inet_amd64.const77 SIOCGARP = 35156
Dsocket_inet.txt156 ioctl$sock_inet_SIOCGARP(fd sock_in, cmd const[SIOCGARP], arg ptr[inout, arpreq_in])
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c83 PyModule_AddIntMacro(m, SIOCGARP); in _init_sys_ioctl_h()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go811 SIOCGARP = -0x3fdb96e1 const
Dzerrors_linux_sparc64.go1395 SIOCGARP = 0x8954 const
Dzerrors_linux_mipsle.go1670 SIOCGARP = 0x8954 const
Dzerrors_linux_s390x.go1730 SIOCGARP = 0x8954 const
Dzerrors_linux_arm.go1676 SIOCGARP = 0x8954 const
Dzerrors_linux_ppc64le.go1726 SIOCGARP = 0x8954 const
Dzerrors_linux_mips64.go1670 SIOCGARP = 0x8954 const
Dzerrors_linux_ppc64.go1726 SIOCGARP = 0x8954 const
Dzerrors_linux_amd64.go1670 SIOCGARP = 0x8954 const
Dzerrors_linux_mips64le.go1670 SIOCGARP = 0x8954 const
Dzerrors_linux_386.go1669 SIOCGARP = 0x8954 const
Dzerrors_linux_mips.go1670 SIOCGARP = 0x8954 const
Dzerrors_linux_arm64.go1660 SIOCGARP = 0x8954 const
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc643 unsigned IOCTL_SIOCGARP = SIOCGARP;
Dsanitizer_common_interceptors_ioctl.inc219 _(SIOCGARP, WRITE, struct_arpreq_sz);
/external/ppp/pppd/
Dsys-solaris.c2296 if (ioctl(s, SIOCGARP, &req) < 0) {