Searched defs:ndmsg (Results 1 – 2 of 2) sorted by relevance
24 struct ndmsg { struct25 __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;
363 struct ndmsg struct386 #define NDA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndmsg)))) argument