Searched defs:arp_fd (Results 1 - 3 of 3) sorted by relevance

/external/dhcpcd/
H A Ddhcpcd.h124 int arp_fd; member in struct:interface
/external/qemu/net/
H A Dnet-android.c1276 static int arp_fd = 0; local
1347 /* Open arp_fd */
1348 TFR(arp_fd = open ("/dev/tap", O_RDWR, 0));
1349 if (arp_fd < 0)
1357 if (ioctl(arp_fd, I_STR, &strioc_if) < 0){
1366 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0)
H A Dnet.c1173 static int arp_fd = 0; local
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)

Completed in 355 milliseconds