Searched defs:RTM_NEWNEIGH (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/net/java/android/net/netlink/
H A DRtNetlinkNeighborMessageTest.java84 "1c00" + // type = 28 (RTM_NEWNEIGH)
116 public static final byte[] RTM_NEWNEIGH = field in class:RtNetlinkNeighborMessageTest
168 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_NEWNEIGH);
178 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type);
207 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type);
229 "1c00" + // type = 28 (RTM_NEWNEIGH)
/frameworks/base/services/net/java/android/net/netlink/
H A DNetlinkConstants.java85 public static final short RTM_NEWNEIGH = 28; field in class:NetlinkConstants
109 case RTM_NEWNEIGH: return "RTM_NEWNEIGH";

Completed in 165 milliseconds