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

/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";
/frameworks/base/services/tests/servicestests/src/android/net/netlink/
H A DRtNetlinkNeighborMessageTest.java83 "1c00" + // type = 28 (RTM_NEWNEIGH)
115 public static final byte[] RTM_NEWNEIGH = field in class:RtNetlinkNeighborMessageTest
165 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_NEWNEIGH);
175 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type);
203 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type);
224 "1c00" + // type = 28 (RTM_NEWNEIGH)

Completed in 937 milliseconds