Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nxp/s32/netc/src/
Dmain.c71 static void iface_up_handler(struct net_mgmt_event_callback *cb, in iface_up_handler() function
87 net_mgmt_init_event_callback(&iface_up_cb, iface_up_handler, NET_EVENT_IF_UP); in wait_for_iface()
/Zephyr-latest/samples/net/sockets/packet/src/
Dpacket.c231 static void iface_up_handler(struct net_mgmt_event_callback *cb, in iface_up_handler() function
248 net_mgmt_init_event_callback(&iface_up_cb, iface_up_handler, in wait_for_interface()
/Zephyr-latest/subsys/net/lib/config/
Dinit.c365 static void iface_up_handler(struct net_mgmt_event_callback *cb, in iface_up_handler() function
388 net_mgmt_init_event_callback(&mgmt_iface_cb, iface_up_handler, in check_interface()