Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DStructNdMsg.java40 public static final short NUD_PROBE = 0x10; field in StructNdMsg
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dneighbour.h63 #define NUD_PROBE 0x10 macro