Searched refs:SIOCSARP (Results 1 - 9 of 9) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dsockios.h92 #define SIOCSARP 0x8955 /* set ARP table entry */ macro
/external/autotest/client/deps/lansim/src/
H A Dwrapper_sys_ioctl.c84 PyModule_AddIntMacro(m, SIOCSARP);
/external/toybox/toys/pending/
H A Darp.c179 xioctl(TT.sockfd, SIOCSARP, &req);
/external/dnsmasq/src/
H A Ddhcp.c316 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 Drarpd.c411 if (ioctl(fd, SIOCSARP, &req))
412 syslog(LOG_ERR, "SIOCSARP: %m");
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc225 _(SIOCSARP, READ, struct_arpreq_sz);
H A Dsanitizer_platform_limits_posix.cc647 unsigned IOCTL_SIOCSARP = SIOCSARP;
/external/ppp/pppd/
H A Dsys-linux.c1720 if (ioctl(sock_fd, SIOCSARP, (caddr_t)&arpreq) < 0) {
1722 error("ioctl(SIOCSARP): %m");
H A Dsys-solaris.c2113 if (ioctl(ipfd, SIOCSARP, (caddr_t) &arpreq) < 0) {

Completed in 1002 milliseconds