Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c4716 char *host_ifc_buf; in do_ioctl_ifconf() local
4752 host_ifc_buf = (char *)host_ifconf + sizeof(*host_ifconf); in do_ioctl_ifconf()
4756 host_ifc_buf = NULL; in do_ioctl_ifconf()
4758 host_ifconf->ifc_buf = host_ifc_buf; in do_ioctl_ifconf()
4785 host_ifc_buf + i * sizeof(struct ifreq), in do_ioctl_ifconf()