Searched refs:ndtmsg (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.h123 struct ndtmsg { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c1728 struct ndtmsg *ndtmsg; local
1730 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags);
1734 ndtmsg = nlmsg_data(nlh);
1737 ndtmsg->ndtm_family = tbl->family;
1738 ndtmsg->ndtm_pad1 = 0;
1739 ndtmsg->ndtm_pad2 = 0;
1810 struct ndtmsg *ndtmsg; local
1813 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flag
1865 struct ndtmsg *ndtmsg; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h566 struct ndtmsg struct
601 NLMSG_ALIGN(sizeof(struct ndtmsg))))
602 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg))

Completed in 106 milliseconds