Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dsockios.h91 #define SIOCSARP 0x8955 /* set ARP table entry */ macro
/external/dnsmasq/src/
Ddhcp.c316 ioctl(daemon->dhcpfd, SIOCSARP, &req); in dhcp_packet()
340 ioctl(daemon->dhcpfd, SIOCSARP, &req); in dhcp_packet()
/external/ppp/pppd/
Dsys-solaris.c2110 if (ioctl(ipfd, SIOCSARP, (caddr_t) &arpreq) < 0) {
Dsys-linux.c1688 if (ioctl(sock_fd, SIOCSARP, (caddr_t)&arpreq) < 0) { in sifproxyarp()