Home | History | Annotate | Download | only in avahi-autoipd

Lines Matching full:ifindex

172     int ifindex;
582 static int __get_ether_addr(int ifindex, u_char *lladdr) {
596 mib[5] = ifindex;
848 if (!if_indextoname(info.ifindex, name)) {
916 info.ifindex = iface;
1613 int ifindex;
1617 if ((ifindex = if_nametoindex(interface_name)) <= 0) {
1669 if (loop(ifindex, start_address) < 0)