Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddevice_info.cc330 int tun_flags = 0; in GetDeviceTechnology() local
333 base::HexStringToInt(tun_flags_str, &tun_flags) && in GetDeviceTechnology()
334 (tun_flags & IFF_TUN)) { in GetDeviceTechnology()