Searched refs:tun_only (Results 1 – 2 of 2) sorted by relevance
55 int eth_iface_create(const char *if_name, bool tun_only) in eth_iface_create() argument68 ifr.ifr_flags = (tun_only ? IFF_TUN : IFF_TAP) | IFF_NO_PI; in eth_iface_create()
28 int eth_iface_create(const char *if_name, bool tun_only);