OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndtmsg
(Results
51 - 53
of
53
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-mips/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
))
/prebuilts/ndk/9/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);
Completed in 153 milliseconds
1
2
3