Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_native_posix_priv.h14 int eth_iface_create(const char *dev_name, const char *if_name, bool tun_only);
Deth_native_posix_adapt.c41 int eth_iface_create(const char *dev_name, const char *if_name, bool tun_only) in eth_iface_create() function
Deth_native_posix.c359 ctx->dev_fd = eth_iface_create(CONFIG_ETH_NATIVE_POSIX_DEV_NAME, ctx->if_name, false); in eth_iface_init()