Home
last modified time | relevance | path

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

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