Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddevice_info.cc263 int arp_type = ARPHRD_VOID; in GetDeviceTechnology() local
266 !base::StringToInt(type_string, &arp_type)) { in GetDeviceTechnology()
267 arp_type = ARPHRD_VOID; in GetDeviceTechnology()
284 if (arp_type == ARPHRD_IEEE80211_RADIOTAP) { in GetDeviceTechnology()
319 if (arp_type == ARPHRD_LOOPBACK) { in GetDeviceTechnology()
324 if (arp_type == ARPHRD_PPP) { in GetDeviceTechnology()