Searched refs:IPV6_ADDR_LEN (Results 1 – 7 of 7) sorted by relevance
60 private static final int IPV6_ADDR_LEN = 16; field in NeighborPacketForwarder146 IPV6_DST_ADDR_OFFSET, IPV6_DST_ADDR_OFFSET + IPV6_ADDR_LEN)); in getIpv6DestinationAddress()
53 import static com.android.net.module.util.NetworkStackConstants.IPV6_ADDR_LEN;320 final int minReq = RESERVED + IPV6_ADDR_LEN; in parseICMPv6NeighborMessage()400 return getIpAddressString(ipv6, IPV6_ADDR_LEN); in getIPv6AddressString()
100 private static final int IPV6_ADDR_LEN = 16; field in IkeTrafficSelector344 int expectedAddrLen = isTsIpv4 ? IPV4_ADDR_LEN : IPV6_ADDR_LEN; in decodeTrafficSelector()
30 import static com.android.net.module.util.NetworkStackConstants.IPV6_ADDR_LEN;250 byte[] rawAddress = new byte[IPV6_ADDR_LEN]; in isPacketMatched()
312 final byte[] in6addr = Arrays.copyOf(ulp, NetworkConstants.IPV6_ADDR_LEN); in generateUniqueLocalPrefix()
30 import static com.android.net.module.util.NetworkStackConstants.IPV6_ADDR_LEN;2105 new byte[ICMP6_RA_OPTION_OFFSET + ICMP6_4_BYTE_OPTION_LEN + 2 * IPV6_ADDR_LEN]); in testApfFilterRa()2115 new byte[ICMP6_RA_OPTION_OFFSET + ICMP6_4_BYTE_OPTION_LEN + IPV6_ADDR_LEN]); in testApfFilterRa()2124 new byte[ICMP6_RA_OPTION_OFFSET + ICMP6_4_BYTE_OPTION_LEN + IPV6_ADDR_LEN]); in testApfFilterRa()2133 new byte[ICMP6_RA_OPTION_OFFSET + ICMP6_4_BYTE_OPTION_LEN + IPV6_ADDR_LEN]); in testApfFilterRa()
35 import static com.android.net.module.util.NetworkStackConstants.IPV6_ADDR_LEN;661 byte[] prefix = new byte[IPV6_ADDR_LEN]; in rioOptionToString()833 addMatchSection(IPV6_ADDR_LEN); // The prefix itself in Ra()