Lines Matching full:arp_fd
1173 static int arp_fd = 0;1244 /* Open arp_fd */1245 TFR(arp_fd = open ("/dev/tap", O_RDWR, 0));1246 if (arp_fd < 0)1254 if (ioctl(arp_fd, I_STR, &strioc_if) < 0){1263 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0)