Home
last modified time | relevance | path

Searched refs:RTM_GETNEIGH (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DNetlinkConstants.java100 public static final short RTM_GETNEIGH = 30; field in NetlinkConstants
131 case RTM_GETNEIGH: return "RTM_GETNEIGH"; in stringForNlMsgType()
DNetlinkMessage.java63 case NetlinkConstants.RTM_GETNEIGH: in parse()
DRtNetlinkNeighborMessage.java124 nlmsghdr.nlmsg_type = NetlinkConstants.RTM_GETNEIGH; in newGetNeighborsRequest()