Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_native_posix_adapt.c55 int eth_iface_create(const char *if_name, bool tun_only) in eth_iface_create() argument
68 ifr.ifr_flags = (tun_only ? IFF_TUN : IFF_TAP) | IFF_NO_PI; in eth_iface_create()
Deth_native_posix_priv.h28 int eth_iface_create(const char *if_name, bool tun_only);