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.c673 static enum net_l2_flags l2_flags_get(struct net_if *iface) in l2_flags_get() function
1205 flags = l2_flags_get(iface); in join_mcast_nodes()
2029 !(l2_flags_get(iface) & NET_L2_POINT_TO_POINT) && in net_if_ipv6_addr_add()
4443 !(l2_flags_get(iface) & NET_L2_POINT_TO_POINT) && in net_if_ipv4_addr_add()
5539 if (l2_flags_get(iface) & NET_L2_MULTICAST) { in rejoin_multicast_groups()
5574 !(l2_flags_get(iface) & NET_L2_POINT_TO_POINT)) { in notify_iface_up()
5592 !(l2_flags_get(iface) & NET_L2_POINT_TO_POINT)) { in notify_iface_down()
5868 l2_flags = l2_flags_get(iface); in promisc_mode_set()