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

/external/iproute2/include/linux/
H A Dneighbour.h135 struct ndtmsg { struct
/external/kernel-headers/original/uapi/linux/
H A Dneighbour.h136 struct ndtmsg { struct
/external/libnl/include/linux-private/linux/
H A Dneighbour.h123 struct ndtmsg { struct
/external/iproute2/include/
H A Dlibnetlink.h186 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
189 #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.c465 struct ndtmsg ndt = {

Completed in 73 milliseconds