Searched refs:L4_EVENT_MASK (Results 1 – 3 of 3) sorted by relevance
13 #define L4_EVENT_MASK (NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED) macro35 net_mgmt_init_event_callback(&l4_cb, l4_event_handler, L4_EVENT_MASK); in wait_for_network()
48 #define L4_EVENT_MASK (NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED) macro492 if ((mgmt_event & L4_EVENT_MASK) != mgmt_event) { in l4_event_handler()529 L4_EVENT_MASK); in main()
36 #define L4_EVENT_MASK (NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED) macro372 net_mgmt_init_event_callback(&l4_cb, l4_event_handler, L4_EVENT_MASK); in main()