Home
last modified time | relevance | path

Searched defs:ndmsg (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-21/include/linux/
Dneighbour.h24 struct ndmsg { struct
25 __u8 ndm_family;
26 __u8 ndm_pad1;
27 __u16 ndm_pad2;
29 __s32 ndm_ifindex;
30 __u16 ndm_state;
31 __u8 ndm_flags;
32 __u8 ndm_type;
/development/ndk/platforms/android-9/include/linux/
Drtnetlink.h363 struct ndmsg struct
386 #define NDA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg)))) argument