Searched refs:SIOCDARP (Results 1 – 6 of 6) sorted by relevance
90 #define SIOCDARP 0x8953 /* delete ARP table entry */ macro
208 xioctl(TT.sockfd, SIOCDARP, &req); in delete_entry()
583 unsigned IOCTL_SIOCDARP = SIOCDARP;
213 _(SIOCDARP, READ, struct_arpreq_sz);
2135 if (ioctl(ipfd, SIOCDARP, (caddr_t)&arpreq) < 0) {
1761 if (ioctl(sock_fd, SIOCDARP, (caddr_t)&arpreq) < 0) { in cifproxyarp()