Searched refs:ifrbuf (Results 1 – 1 of 1) sorted by relevance
844 static struct ifreq ifrbuf; in find_device_by_ioctl() local853 memset(&ifrbuf, 0, sizeof(ifrbuf)); in find_device_by_ioctl()856 strncpy(ifrbuf.ifr_name, device.name, sizeof(ifrbuf.ifr_name) - 1); in find_device_by_ioctl()857 if (check_device_by_ioctl(s, &ifrbuf)) in find_device_by_ioctl()892 if (check_device_by_ioctl(s, &ifrbuf)) in find_device_by_ioctl()894 memcpy(&ifrbuf.ifr_name, ifr->ifr_name, sizeof(ifrbuf.ifr_name)); in find_device_by_ioctl()903 device.ifindex = ifrbuf.ifr_ifindex; in find_device_by_ioctl()904 device.name = ifrbuf.ifr_name; in find_device_by_ioctl()