Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtap-solaris.c69 int ip_muxid, arp_muxid; in tap_alloc() local
158 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0) in tap_alloc()
166 ifr.lifr_arp_muxid = arp_muxid; in tap_alloc()
170 ioctl (ip_fd, I_PUNLINK , arp_muxid); in tap_alloc()