Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dneighbour.h23 struct ndmsg { struct
24 __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;
/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DRtNetlinkNeighborMessage.java112 final StructNdMsg ndmsg = new StructNdMsg(); in newGetNeighborsRequest() local