Home
last modified time | relevance | path

Searched refs:ndmsg (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/include/
Dlibnetlink.h100 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))
103 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
/external/iproute2/ip/
Dipneigh.c99 struct ndmsg ndm; in ipneigh_modify()
110 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)); in ipneigh_modify()
187 struct ndmsg *r = NLMSG_DATA(n); in print_neigh()
/external/iproute2/include/linux/
Dneighbour.h7 struct ndmsg struct
/external/kernel-headers/original/linux/
Dneighbour.h7 struct ndmsg struct
/external/iproute2/misc/
Darpd.c267 struct ndmsg ndm; in respond_to_kernel()
274 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)); in respond_to_kernel()
300 struct ndmsg *ndm = NLMSG_DATA(n); in do_one_request()