Searched refs:ndtmsg (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/linux/
H A Dneighbour.h124 struct ndtmsg { struct
/external/kernel-headers/original/uapi/linux/
H A Dneighbour.h131 struct ndtmsg { struct
/external/libnl/include/linux/
H A Dneighbour.h125 struct ndtmsg struct
/external/iproute2/include/
H A Dlibnetlink.h131 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
134 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg))
/external/iproute2/ip/
H A Dipntable.c67 struct ndtmsg ndtm;
79 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndtmsg));
355 struct ndtmsg *ndtm = NLMSG_DATA(n);
/external/libnl/lib/route/
H A Dneightbl.c453 struct ndtmsg ndt = {

Completed in 522 milliseconds