Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/ip/
Dpromiscuous.c68 ret = net_if_is_promisc(iface); in net_promisc_mode_off()
Dnet_if.c5057 net_if_is_promisc(iface)) { in net_if_recv_data()
5561 bool net_if_is_promisc(struct net_if *iface) in net_if_is_promisc() function
/Zephyr-Core-3.7.0/tests/net/iface/src/
Dmain.c739 ret = net_if_is_promisc(iface4); in check_promisc_mode_off()
750 ret = net_if_is_promisc(iface4); in check_promisc_mode_on()
/Zephyr-Core-3.7.0/subsys/net/lib/shell/
Diface.c309 net_if_is_promisc(iface) ? "enabled" : "disabled"); in iface_cb()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_if.h3002 bool net_if_is_promisc(struct net_if *iface);
3004 static inline bool net_if_is_promisc(struct net_if *iface) in net_if_is_promisc() function