OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndtmsg
(Results
101 - 103
of
103
) sorted by null
1
2
3
4
5
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
rtnetlink.h
446
struct
ndtmsg
struct
480
#define NDTA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct
ndtmsg
))))
481
#define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct
ndtmsg
))
/external/iproute2/ip/
ipntable.c
67
struct
ndtmsg
ndtm;
79
req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct
ndtmsg
));
355
struct
ndtmsg
*ndtm = NLMSG_DATA(n);
/external/libnl/lib/route/
neightbl.c
465
struct
ndtmsg
ndt = {
Completed in 701 milliseconds
1
2
3
4
5