Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddevice_info.h222 static const char kInterfaceTunFlags[]; variable
Ddevice_info.cc98 const char DeviceInfo::kInterfaceTunFlags[] = "tun_flags"; member in shill::DeviceInfo
331 if (GetDeviceInfoContents(iface_name, kInterfaceTunFlags, &tun_flags_str) && in GetDeviceTechnology()