HomeSort by relevance Sort by last modified time
    Searched refs:strioc_if (Results 1 - 2 of 2) sorted by null

  /external/qemu/
net-android.c 1303 struct strioctl strioc_if, strioc_ppa; local
    [all...]
net.c 1175 struct strioctl strioc_if, strioc_ppa; local
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){
    [all...]

Completed in 31 milliseconds