Searched defs:ndmsg (Results 1 – 4 of 4) sorted by relevance
10 struct ndmsg { struct11 __u8 ndm_family;12 __u8 ndm_pad1;13 __u16 ndm_pad2;14 __s32 ndm_ifindex;15 __u16 ndm_state;16 __u8 ndm_flags;17 __u8 ndm_type;
8 struct ndmsg { struct9 __u8 ndm_family;10 __u8 ndm_pad1;11 __u16 ndm_pad2;12 __s32 ndm_ifindex;13 __u16 ndm_state;14 __u8 ndm_flags;15 __u8 ndm_type;
23 struct ndmsg { struct24 __u8 ndm_family;25 __u8 ndm_pad1;26 __u16 ndm_pad2;27 __s32 ndm_ifindex;28 __u16 ndm_state;29 __u8 ndm_flags;30 __u8 ndm_type;
1129 struct nduseroptmsg *ndmsg; in ndisc_ra_useropt() local