Home
last modified time | relevance | path

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

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