Searched refs:SIOCSARP (Results 1 – 4 of 4) sorted by relevance
91 #define SIOCSARP 0x8955 /* set ARP table entry */ macro
316 ioctl(daemon->dhcpfd, SIOCSARP, &req); in dhcp_packet()340 ioctl(daemon->dhcpfd, SIOCSARP, &req); in dhcp_packet()
2110 if (ioctl(ipfd, SIOCSARP, (caddr_t) &arpreq) < 0) {
1688 if (ioctl(sock_fd, SIOCSARP, (caddr_t)&arpreq) < 0) { in sifproxyarp()