Home | History | Annotate | Download | only in ninfod

Lines Matching full:ifindex

155 	unsigned int ifindex = 0;
177 if (!ifindex &&
185 ifindex = p->pktinfo.ipi6_ifindex;
196 if (!ifindex ||
197 (p->pktinfo.ipi6_ifindex == ifindex))
198 ifindex = ifa->ifa_ifindex;
201 if (!ifindex) {
206 *subj_if = ifindex;
208 ifindex = subj_if ? *subj_if : 0;
209 if (ifindex == 0)
210 ifindex = p->pktinfo.ipi6_ifindex;
211 if (ifindex == 0) {
231 ifa->ifa_ifindex != ifindex)
324 unsigned int ifindex = 0;
356 if (!ifindex ||
357 (p->pktinfo.ipi6_ifindex == ifindex))
358 ifindex = ifa->ifa_ifindex;
361 if (!ifindex) {
366 *subj_if = ifindex;
368 ifindex = subj_if ? *subj_if : 0;
369 if (ifindex == 0)
370 ifindex = p->pktinfo.ipi6_ifindex;
371 if (ifindex == 0) {
437 (ifa->ifa_ifindex != ifindex))