Searched refs:tun_flags (Results 1 – 1 of 1) sorted by relevance
330 int tun_flags = 0; in GetDeviceTechnology() local333 base::HexStringToInt(tun_flags_str, &tun_flags) && in GetDeviceTechnology()334 (tun_flags & IFF_TUN)) { in GetDeviceTechnology()