Home
last modified time | relevance | path

Searched refs:net_if_is_promisc (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-2.7.6/subsys/net/ip/
Dpromiscuous.c68 ret = net_if_is_promisc(iface); in net_promisc_mode_off()
Dnet_if.c3837 net_if_is_promisc(iface)) { in net_if_recv_data()
4144 bool net_if_is_promisc(struct net_if *iface) in net_if_is_promisc() function
Dnet_shell.c483 net_if_is_promisc(iface) ? "enabled" : "disabled"); in iface_cb()
/Zephyr-Core-2.7.6/tests/net/iface/src/
Dmain.c580 ret = net_if_is_promisc(iface4); in test_check_promisc_mode_off()
591 ret = net_if_is_promisc(iface4); in test_check_promisc_mode_on()
/Zephyr-Core-2.7.6/include/net/
Dnet_if.h2141 bool net_if_is_promisc(struct net_if *iface);