Searched refs:NDTPA_IFINDEX (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dneighbour.h78 * not contain this TLV but have NDTPA_IFINDEX set to the
85 * setting NDTPA_IFINDEX to the interface index of the corresponding
104 NDTPA_IFINDEX, /* u32, unchangeable */ enumerator in enum:__anon17814
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h520 * not contain this TLV but have NDTPA_IFINDEX set to the
527 * setting NDTPA_IFINDEX to the interface index of the corresponding
547 NDTPA_IFINDEX, /* u32, unchangeable */ enumerator in enum:__anon1135
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c1699 NLA_PUT_U32(skb, NDTPA_IFINDEX, parms->dev->ifindex);
1846 [NDTPA_IFINDEX] = { .type = NLA_U32 },
1910 if (tbp[NDTPA_IFINDEX])
1911 ifindex = nla_get_u32(tbp[NDTPA_IFINDEX]);

Completed in 55 milliseconds