Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_native_posix_priv.h18 int eth_promisc_mode(const char *if_name, bool enable);
Deth_native_posix_adapt.c135 int eth_promisc_mode(const char *if_name, bool enable) in eth_promisc_mode() function
Deth_native_posix.c435 ret = eth_promisc_mode(context->if_name, in set_config()