HomeSort by relevance Sort by last modified time
    Searched full:ip_address_length (Results 1 - 1 of 1) sorted by null

  /system/connectivity/shill/
arp_packet.cc 99 size_t ip_address_length = IPAddress::GetAddressLength(family); local
100 if (header.ar_pln != ip_address_length) {
103 << ip_address_length;
113 sizeof(header) + 2 * ip_address_length + 2 * ETH_ALEN;
125 sizeof(header) + ETH_ALEN, ip_address_length));
127 sizeof(header) + ETH_ALEN + ip_address_length, ETH_ALEN);
129 sizeof(header) + ETH_ALEN * 2 + ip_address_length, ip_address_length));
155 size_t ip_address_length = IPAddress::GetAddressLength(family); local
156 CHECK(ip_address_length < std::numeric_limits<uint8_t>::max())
    [all...]

Completed in 90 milliseconds