Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipneigh.c100 struct ndmsg ndm; in ipneigh_modify()
112 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)); in ipneigh_modify()
196 struct ndmsg *r = NLMSG_DATA(n); in print_neigh()
345 struct ndmsg ndm; in do_show_or_flush()
354 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)); in do_show_or_flush()
Dipmonitor.c106 struct ndmsg *r = NLMSG_DATA(n); in accept_msg()
/external/iproute2/bridge/
Dfdb.c65 struct ndmsg *r = NLMSG_DATA(n); in print_fdb()
239 struct ndmsg ndm; in fdb_modify()
255 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)); in fdb_modify()
/external/iproute2/include/
Dlibnetlink.h178 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg))))
181 #define NDA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndmsg))
/external/libnl/include/linux-private/linux/
Dneighbour.h7 struct ndmsg { struct
/external/iproute2/include/linux/
Dneighbour.h7 struct ndmsg { struct
/external/kernel-headers/original/uapi/linux/
Dneighbour.h7 struct ndmsg { struct
/external/libnl/lib/route/
Dneigh.c340 struct ndmsg *nm; in rtnl_neigh_parse()
567 struct ndmsg nhdr = { in build_neigh_msg()
938 .co_hdrsize = sizeof(struct ndmsg),
/external/iproute2/misc/
Darpd.c270 struct ndmsg ndm; in respond_to_kernel()
277 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg)); in respond_to_kernel()
303 struct ndmsg *ndm = NLMSG_DATA(n); in do_one_request()
/external/dhcpcd-6.8.2/
Dif-linux.c693 struct ndmsg *r; in link_neigh()