Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_udp.c271 static void smp_udp_open_iface(struct net_if *iface, void *user_data) in smp_udp_open_iface() function
298 smp_udp_open_iface(iface, NULL); in smp_udp_net_event_handler()
342 net_if_foreach(smp_udp_open_iface, NULL); in smp_udp_open()