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

/external/iproute2/bridge/
H A Dfdb.c85 if (filter_index && filter_index != r->ndm_ifindex)
99 ll_index_to_type(r->ndm_ifindex),
103 if (!filter_index && r->ndm_ifindex)
104 fprintf(fp, "dev %s ", ll_index_to_name(r->ndm_ifindex));
364 req.ndm.ndm_ifindex = ll_name_to_index(d);
365 if (req.ndm.ndm_ifindex == 0) {
/external/iproute2/include/linux/
H A Dneighbour.h11 __s32 ndm_ifindex; member in struct:ndmsg
/external/kernel-headers/original/uapi/linux/
H A Dneighbour.h11 __s32 ndm_ifindex; member in struct:ndmsg
/external/libnl/include/linux-private/linux/
H A Dneighbour.h11 __s32 ndm_ifindex; member in struct:ndmsg
/external/iproute2/ip/
H A Dipneigh.c181 if (dev && (req.ndm.ndm_ifindex = ll_name_to_index(dev)) == 0) {
220 if (filter.index && filter.index != r->ndm_ifindex)
282 if (!filter.index && r->ndm_ifindex)
283 fprintf(fp, "dev %s ", ll_index_to_name(r->ndm_ifindex));
288 ll_index_to_type(r->ndm_ifindex),
/external/iproute2/misc/
H A Darpd.c282 req.ndm.ndm_ifindex = ifindex;
328 (ifnum && !handle_if(ndm->ndm_ifindex)) ||
339 key.iface = ndm->ndm_ifindex;
391 queue_active_probe(ndm->ndm_ifindex, key.addr) == 0 &&
/external/libnl/lib/route/
H A Dneigh.c357 neigh->n_ifindex = nm->ndm_ifindex;
568 .ndm_ifindex = tmpl->n_ifindex,

Completed in 133 milliseconds