HomeSort by relevance Sort by last modified time
    Searched defs:arp_fd (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd/
dhcpcd.h 99 int arp_fd; member in struct:interface
  /external/qemu/
net.c 1173 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)
    [all...]
net-android.c 1301 static int arp_fd = 0; local
    [all...]

Completed in 519 milliseconds