Home
last modified time | relevance | path

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

/external/qemu/
Dnet-android.c1303 struct strioctl strioc_if, strioc_ppa; in tap_alloc() local
1333 strioc_ppa.ic_cmd = TUNNEWPPA; in tap_alloc()
1334 strioc_ppa.ic_timout = 0; in tap_alloc()
1335 strioc_ppa.ic_len = sizeof(ppa); in tap_alloc()
1336 strioc_ppa.ic_dp = (char *)&ppa; in tap_alloc()
1337 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0) in tap_alloc()
Dnet.c1175 struct strioctl strioc_if, strioc_ppa; in tap_alloc() local
1205 strioc_ppa.ic_cmd = TUNNEWPPA; in tap_alloc()
1206 strioc_ppa.ic_timout = 0; in tap_alloc()
1207 strioc_ppa.ic_len = sizeof(ppa); in tap_alloc()
1208 strioc_ppa.ic_dp = (char *)&ppa; in tap_alloc()
1209 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0) in tap_alloc()