Searched refs:ICMPV6_ND_OPTION_SLLA (Results 1 – 10 of 10) sorted by relevance
22 import static com.android.net.module.util.NetworkStackConstants.ICMPV6_ND_OPTION_SLLA;85 ByteBuffer slla = LlaOption.build((byte) ICMPV6_ND_OPTION_SLLA, macAddr); in sendRsPacket()
22 import static com.android.net.module.util.NetworkStackConstants.ICMPV6_ND_OPTION_SLLA;222 assertEquals(ICMPV6_ND_OPTION_SLLA, ns.slla.type); in assertNeighborSolicitation()
20 import static com.android.net.module.util.NetworkStackConstants.ICMPV6_ND_OPTION_SLLA;97 final ByteBuffer slla = LlaOption.build((byte) ICMPV6_ND_OPTION_SLLA, srcMac); in build()
24 import static com.android.net.module.util.NetworkStackConstants.ICMPV6_ND_OPTION_SLLA;256 case ICMPV6_ND_OPTION_SLLA: in isPacketMatched()298 final ByteBuffer slla = LlaOption.build((byte) ICMPV6_ND_OPTION_SLLA, srcMac); in createRsPacket()
22 import static com.android.net.module.util.NetworkStackConstants.ICMPV6_ND_OPTION_SLLA;141 return LlaOption.build((byte) ICMPV6_ND_OPTION_SLLA, srcMac); in buildSllaOption()
170 public static final int ICMPV6_ND_OPTION_SLLA = 1; field in NetworkStackConstants
39 import static com.android.net.module.util.NetworkStackConstants.ICMPV6_ND_OPTION_SLLA;345 case ICMPV6_ND_OPTION_SLLA: in parseICMPv6NeighborDiscoveryOptions()
25 import static com.android.net.module.util.NetworkStackConstants.ICMPV6_ND_OPTION_SLLA;396 final ByteBuffer sllaOption = LlaOption.build(asByte(ICMPV6_ND_OPTION_SLLA), in putSlla()
44 import static com.android.net.module.util.NetworkStackConstants.ICMPV6_ND_OPTION_SLLA;381 ByteBuffer slla = LlaOption.build((byte) ICMPV6_ND_OPTION_SLLA, srcMac); in sendRsPacket()
68 import static com.android.net.module.util.NetworkStackConstants.ICMPV6_ND_OPTION_SLLA;2121 return LlaOption.build((byte) ICMPV6_ND_OPTION_SLLA, ROUTER_MAC);