Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_if.c671 static enum net_l2_flags l2_flags_get(struct net_if *iface) in l2_flags_get() function
1203 flags = l2_flags_get(iface); in join_mcast_nodes()
1981 if (!(l2_flags_get(iface) & NET_L2_POINT_TO_POINT) && in net_if_ipv6_addr_add()
4359 if (!(l2_flags_get(iface) & NET_L2_POINT_TO_POINT) && in net_if_ipv4_addr_add()
5424 if (l2_flags_get(iface) & NET_L2_MULTICAST) { in rejoin_multicast_groups()
5459 !(l2_flags_get(iface) & NET_L2_POINT_TO_POINT)) { in notify_iface_up()
5477 !(l2_flags_get(iface) & NET_L2_POINT_TO_POINT)) { in notify_iface_down()
5759 l2_flags = l2_flags_get(iface); in promisc_mode_set()