Searched refs:ndm_ifindex (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dneighbour.h11 __s32 ndm_ifindex; member in struct:ndmsg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipneigh.c177 if ((req.ndm.ndm_ifindex = ll_name_to_index(d)) == 0) {
214 if (filter.index && filter.index != r->ndm_ifindex)
263 if (!filter.index && r->ndm_ifindex)
264 fprintf(fp, "dev %s ", ll_index_to_name(r->ndm_ifindex));
269 ll_index_to_type(r->ndm_ifindex),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Darpd.c279 req.ndm.ndm_ifindex = ifindex;
325 (ifnum && !handle_if(ndm->ndm_ifindex)) ||
336 key.iface = ndm->ndm_ifindex;
388 queue_active_probe(ndm->ndm_ifindex, key.addr) == 0 &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h452 int ndm_ifindex; /* Link index */ member in struct:ndmsg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c1540 if (ndm->ndm_ifindex) {
1541 dev = dev_get_by_index(net, ndm->ndm_ifindex);
1607 if (ndm->ndm_ifindex) {
1608 dev = dev_get_by_index(net, ndm->ndm_ifindex);
2053 ndm->ndm_ifindex = neigh->dev->ifindex;

Completed in 121 milliseconds