Searched refs:SIOCSARP (Results 1 – 5 of 5) sorted by relevance
/external/kernel-headers/original/linux/ |
D | sockios.h | 91 #define SIOCSARP 0x8955 /* set ARP table entry */ macro
|
/external/libppp/src/ |
D | arp.c | 193 if (ID0ioctl(s, SIOCSARP, (caddr_t) & arpreq) < 0) { in arp_SetProxy()
|
/external/dnsmasq/src/ |
D | dhcp.c | 316 ioctl(daemon->dhcpfd, SIOCSARP, &req); in dhcp_packet() 340 ioctl(daemon->dhcpfd, SIOCSARP, &req); in dhcp_packet()
|
/external/ppp/pppd/ |
D | sys-linux.c | 1688 if (ioctl(sock_fd, SIOCSARP, (caddr_t)&arpreq) < 0) { in sifproxyarp()
|
D | sys-solaris.c | 2110 if (ioctl(ipfd, SIOCSARP, (caddr_t) &arpreq) < 0) {
|