Home
last modified time | relevance | path

Searched refs:strioc_ppa (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
100 strioc_ppa.ic_cmd = TUNNEWPPA; in tap_alloc()
101 strioc_ppa.ic_timout = 0; in tap_alloc()
102 strioc_ppa.ic_len = sizeof(ppa); in tap_alloc()
103 strioc_ppa.ic_dp = (char *)&ppa; in tap_alloc()
104 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0) in tap_alloc()