Searched refs:net_if_is_promisc (Results 1 – 5 of 5) sorted by relevance
68 ret = net_if_is_promisc(iface); in net_promisc_mode_off()
5290 net_if_is_promisc(iface)) { in net_if_recv_data()5821 bool net_if_is_promisc(struct net_if *iface) in net_if_is_promisc() function
741 ret = net_if_is_promisc(iface4); in check_promisc_mode_off()752 ret = net_if_is_promisc(iface4); in check_promisc_mode_on()
312 net_if_is_promisc(iface) ? "enabled" : "disabled"); in iface_cb()
3091 bool net_if_is_promisc(struct net_if *iface);3093 static inline bool net_if_is_promisc(struct net_if *iface) in net_if_is_promisc() function