Searched defs:ndmsg (Results 1 – 2 of 2) sorted by relevance
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;
112 final StructNdMsg ndmsg = new StructNdMsg(); in newGetNeighborsRequest() local