Home
last modified time | relevance | path

Searched refs:SIOCSARP (Results 1 – 16 of 16) sorted by relevance

/external/iproute2/include/uapi/linux/
Dsockios.h96 #define SIOCSARP 0x8955 /* set ARP table entry */ macro
/external/kernel-headers/original/uapi/linux/
Dsockios.h117 #define SIOCSARP 0x8955 /* set ARP table entry */ macro
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c84 PyModule_AddIntMacro(m, SIOCSARP); in _init_sys_ioctl_h()
/external/crosvm/net_sys/src/
Dsockios.rs66 pub const SIOCSARP: ::std::os::raw::c_uint = 35157; constant
/external/toybox/toys/pending/
Darp.c174 xioctl(TT.sockfd, SIOCSARP, &req); in set_entry()
/external/iputils/
Drarpd.c411 if (ioctl(fd, SIOCSARP, &req)) in arp_advise()
/external/dnsmasq/src/
Ddhcp.c254 ioctl(daemon->dhcpfd, SIOCSARP, &req); in dhcp_packet()
/external/minijail/linux-x86/
Dlibconstants.gen.c4648 #ifdef SIOCSARP
4649 { "SIOCSARP", (unsigned long) SIOCSARP },
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp653 unsigned IOCTL_SIOCSARP = SIOCSARP;
Dsanitizer_common_interceptors_ioctl.inc231 _(SIOCSARP, READ, struct_arpreq_sz);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc652 unsigned IOCTL_SIOCSARP = SIOCSARP;
Dsanitizer_common_interceptors_ioctl.inc228 _(SIOCSARP, READ, struct_arpreq_sz);
/external/ppp/pppd/
Dsys-solaris.c2113 if (ioctl(ipfd, SIOCSARP, (caddr_t) &arpreq) < 0) {
Dsys-linux.c1720 if (ioctl(sock_fd, SIOCSARP, (caddr_t)&arpreq) < 0) { in sifproxyarp()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2126 pub const SIOCSARP: ::c_ulong = 0x00008955; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2184 pub const SIOCSARP: ::c_ulong = 0x00008955; constant