Searched refs:SIOCSARP (Results 1 - 9 of 9) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
H A D | sockios.h | 92 #define SIOCSARP 0x8955 /* set ARP table entry */ macro
|
/external/autotest/client/deps/lansim/src/ |
H A D | wrapper_sys_ioctl.c | 84 PyModule_AddIntMacro(m, SIOCSARP);
|
/external/toybox/toys/pending/ |
H A D | arp.c | 179 xioctl(TT.sockfd, SIOCSARP, &req);
|
/external/dnsmasq/src/ |
H A D | dhcp.c | 316 ioctl(daemon->dhcpfd, SIOCSARP, &req); 330 Note that this only works for ethernet on solaris, because we use SIOCSARP 340 ioctl(daemon->dhcpfd, SIOCSARP, &req);
|
/external/iputils/ |
H A D | rarpd.c | 411 if (ioctl(fd, SIOCSARP, &req)) 412 syslog(LOG_ERR, "SIOCSARP: %m");
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_ioctl.inc | 225 _(SIOCSARP, READ, struct_arpreq_sz);
|
H A D | sanitizer_platform_limits_posix.cc | 647 unsigned IOCTL_SIOCSARP = SIOCSARP;
|
/external/ppp/pppd/ |
H A D | sys-linux.c | 1720 if (ioctl(sock_fd, SIOCSARP, (caddr_t)&arpreq) < 0) { 1722 error("ioctl(SIOCSARP): %m");
|
H A D | sys-solaris.c | 2113 if (ioctl(ipfd, SIOCSARP, (caddr_t) &arpreq) < 0) {
|
Completed in 1002 milliseconds