Home
last modified time | relevance | path

Searched refs:ndm_type (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DStructNdMsg.java118 struct.ndm_type = byteBuffer.get(); in parse()
126 public byte ndm_type; field in StructNdMsg
142 byteBuffer.put(ndm_type); in pack()
162 + "type{" + ndm_type + "} " in toString()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dneighbour.h30 __u8 ndm_type; member