Searched refs:ROUTER_MAC (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/ |
D | IpClientIntegrationTestCommon.java | 444 private static final MacAddress ROUTER_MAC = MacAddress.fromString("00:1A:11:22:33:44"); field in IpClientIntegrationTestCommon 445 private static final byte[] ROUTER_MAC_BYTES = ROUTER_MAC.toByteArray(); 1160 pb.writeL2Header(ROUTER_MAC /* srcMac */, clientMac /* dstMac */, (short) ETH_P_IPV6); 2121 return LlaOption.build((byte) ICMPV6_ND_OPTION_SLLA, ROUTER_MAC); 2128 return Ipv6Utils.buildRaPacket(ROUTER_MAC /* srcMac */, dstMac, 4076 assertUnicastNeighborSolicitation(ns, ROUTER_MAC /* dstMac */, 4101 final NeighborSolicitation ns = waitForUnicastNeighborSolicitation(ROUTER_MAC /* dstMac */, 4106 final ByteBuffer na = NeighborAdvertisement.build(ROUTER_MAC /* srcMac */, 4121 assertUnicastNeighborSolicitation(ns, ROUTER_MAC /* dstMac */, 4151 final NeighborSolicitation ns = waitForUnicastNeighborSolicitation(ROUTER_MAC /* dstMac */, [all …]
|