Home
last modified time | relevance | path

Searched refs:ip_address_length (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/
Darp_packet.cc99 size_t ip_address_length = IPAddress::GetAddressLength(family); in Parse() local
100 if (header.ar_pln != ip_address_length) { in Parse()
103 << ip_address_length; in Parse()
113 sizeof(header) + 2 * ip_address_length + 2 * ETH_ALEN; in Parse()
125 sizeof(header) + ETH_ALEN, ip_address_length)); in Parse()
127 sizeof(header) + ETH_ALEN + ip_address_length, ETH_ALEN); in Parse()
129 sizeof(header) + ETH_ALEN * 2 + ip_address_length, ip_address_length)); in Parse()
155 size_t ip_address_length = IPAddress::GetAddressLength(family); in FormatRequest() local
156 CHECK(ip_address_length < std::numeric_limits<uint8_t>::max()); in FormatRequest()
167 header.ar_pln = ip_address_length; in FormatRequest()