Home | History | Annotate | Download | only in qemu

Lines Matching refs:strioc_if

1175     struct strioctl  strioc_if, strioc_ppa;
1250 strioc_if.ic_cmd = SIOCSLIFNAME;
1251 strioc_if.ic_timout = 0;
1252 strioc_if.ic_len = sizeof(ifr);
1253 strioc_if.ic_dp = (char *)𝔦
1254 if (ioctl(arp_fd, I_STR, &strioc_if) < 0){