Home
last modified time | relevance | path

Searched refs:arp_fd (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/net/
H A Dtap-solaris.c68 static int arp_fd = 0; in tap_alloc() local
140 arp_fd = RETRY_ON_EINTR(open("/dev/tap", O_RDWR, 0)); in tap_alloc()
141 if (arp_fd < 0) in tap_alloc()
149 if (ioctl(arp_fd, I_STR, &strioc_if) < 0){ in tap_alloc()
158 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0) in tap_alloc()