Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtap-solaris.c70 struct strioctl strioc_if, strioc_ppa; in tap_alloc() local
145 strioc_if.ic_cmd = SIOCSLIFNAME; in tap_alloc()
146 strioc_if.ic_timout = 0; in tap_alloc()
147 strioc_if.ic_len = sizeof(ifr); in tap_alloc()
148 strioc_if.ic_dp = (char *)𝔦 in tap_alloc()
149 if (ioctl(arp_fd, I_STR, &strioc_if) < 0){ in tap_alloc()