Home | History | Annotate | Download | only in qemu

Lines Matching refs:strioc_ppa

1303     struct strioctl  strioc_if, strioc_ppa;
1333 strioc_ppa.ic_cmd = TUNNEWPPA;
1334 strioc_ppa.ic_timout = 0;
1335 strioc_ppa.ic_len = sizeof(ppa);
1336 strioc_ppa.ic_dp = (char *)&ppa;
1337 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0)