Searched refs:eth_iface_create (Results 1 – 3 of 3) sorted by relevance
14 int eth_iface_create(const char *dev_name, const char *if_name, bool tun_only);
41 int eth_iface_create(const char *dev_name, const char *if_name, bool tun_only) in eth_iface_create() function
359 ctx->dev_fd = eth_iface_create(CONFIG_ETH_NATIVE_POSIX_DEV_NAME, ctx->if_name, false); in eth_iface_init()