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

Lines Matching full:ifindex

107 static int ifindex = -1;
122 ifindex = idx;
150 mib[5] = ifindex;
317 daemon_log(LOG_DEBUG, "%s: IFANNOUNCE for ifindex %d",
322 if (rtm->ifan.ifan_index == ifindex) {
324 "RTM_IFANNOUNCE IFAN_ARRIVAL, for ifindex %d, which we already manage.",
325 ifindex);
330 if (rtm->ifan.ifan_index == ifindex) {
387 ifam->ifam_index, (ifam->ifam_index == ifindex) ? "ours" : "not ours");
389 if (ifam->ifam_index != ifindex)