Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_mgmt.c177 ((NET_MGMT_GET_LAYER_CODE(mgmt_event) & in mgmt_is_event_handled()
178 NET_MGMT_GET_LAYER_CODE(global_event_mask)) == in mgmt_is_event_handled()
179 NET_MGMT_GET_LAYER_CODE(mgmt_event)) && in mgmt_is_event_handled()
193 NET_MGMT_GET_LAYER_CODE(mgmt_event->event), in mgmt_run_slist_callbacks()
199 !(NET_MGMT_GET_LAYER_CODE(mgmt_event->event) == in mgmt_run_slist_callbacks()
200 NET_MGMT_GET_LAYER_CODE(cb->event_mask)) || in mgmt_run_slist_callbacks()
255 !(NET_MGMT_GET_LAYER_CODE(mgmt_event->event) == in mgmt_run_static_callbacks()
256 NET_MGMT_GET_LAYER_CODE(it->event_mask)) || in mgmt_run_static_callbacks()
377 NET_MGMT_GET_LAYER_CODE(mgmt_event), in net_mgmt_event_notify_with_info()
/Zephyr-latest/include/zephyr/net/
Dnet_mgmt.h65 #define NET_MGMT_GET_LAYER_CODE(mgmt_request) \ macro