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

/external/iproute2/include/linux/
H A Dneighbour.h7 struct ndmsg { struct
/external/kernel-headers/original/uapi/linux/
H A Dneighbour.h7 struct ndmsg { struct
/external/libnl/include/linux/
H A Dneighbour.h6 struct ndmsg struct
/external/iproute2/ip/
H A Dipneigh.c99 struct ndmsg ndm;
110 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg));
187 struct ndmsg *r = NLMSG_DATA(n);
321 struct ndmsg ndm = { 0 };
430 if (rtnl_dump_request(&rth, RTM_GETNEIGH, &ndm, sizeof(struct ndmsg)) < 0) {
/external/iproute2/include/
H A Dlibnetlink.h123 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))
126 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
/external/libnl/lib/route/
H A Dneigh.c257 struct ndmsg *nm;
502 struct ndmsg nhdr = {
863 .co_hdrsize = sizeof(struct ndmsg),
/external/iproute2/misc/
H A Darpd.c269 struct ndmsg ndm;
276 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg));
302 struct ndmsg *ndm = NLMSG_DATA(n);

Completed in 134 milliseconds