Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ppp/
Dppp_mgmt.c11 net_mgmt_event_notify(NET_EVENT_PPP_CARRIER_ON, iface); in ppp_mgmt_raise_carrier_on_event()
16 net_mgmt_event_notify(NET_EVENT_PPP_CARRIER_OFF, iface); in ppp_mgmt_raise_carrier_off_event()
21 net_mgmt_event_notify(NET_EVENT_PPP_PHASE_RUNNING, iface); in ppp_mgmt_raise_phase_running_event()
26 net_mgmt_event_notify(NET_EVENT_PPP_PHASE_DEAD, iface); in ppp_mgmt_raise_phase_dead_event()
/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c179 net_mgmt_event_notify(NET_EVENT_L4_DISCONNECTED, blame); in conn_mgr_mon_handle_update()
182 net_mgmt_event_notify(NET_EVENT_L4_CONNECTED, blame); in conn_mgr_mon_handle_update()
192 net_mgmt_event_notify(NET_EVENT_L4_IPV4_DISCONNECTED, blame_ipv4); in conn_mgr_mon_handle_update()
195 net_mgmt_event_notify(NET_EVENT_L4_IPV4_CONNECTED, blame_ipv4); in conn_mgr_mon_handle_update()
205 net_mgmt_event_notify(NET_EVENT_L4_IPV6_DISCONNECTED, blame_ipv6); in conn_mgr_mon_handle_update()
208 net_mgmt_event_notify(NET_EVENT_L4_IPV6_CONNECTED, blame_ipv6); in conn_mgr_mon_handle_update()
290 net_mgmt_event_notify(NET_EVENT_L4_DISCONNECTED, last_blame); in conn_mgr_mon_resend_status()
292 net_mgmt_event_notify(NET_EVENT_L4_CONNECTED, last_blame); in conn_mgr_mon_resend_status()
296 net_mgmt_event_notify(NET_EVENT_L4_IPV6_DISCONNECTED, last_blame_ipv6); in conn_mgr_mon_resend_status()
298 net_mgmt_event_notify(NET_EVENT_L4_IPV6_CONNECTED, last_blame_ipv6); in conn_mgr_mon_resend_status()
[all …]
/Zephyr-latest/include/zephyr/net/
Dnet_mgmt.h304 static inline void net_mgmt_event_notify(uint32_t mgmt_event, in net_mgmt_event_notify() function
310 #define net_mgmt_event_notify(...) macro
/Zephyr-latest/modules/hostap/src/
Dsupp_events.c444 net_mgmt_event_notify(NET_EVENT_SUPPLICANT_READY, iface); in supplicant_generate_state_event()
447 net_mgmt_event_notify(NET_EVENT_SUPPLICANT_NOT_READY, iface); in supplicant_generate_state_event()
450 net_mgmt_event_notify(NET_EVENT_SUPPLICANT_IFACE_ADDED, iface); in supplicant_generate_state_event()
453 net_mgmt_event_notify(NET_EVENT_SUPPLICANT_IFACE_REMOVING, iface); in supplicant_generate_state_event()
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet_mgmt.c497 net_mgmt_event_notify(NET_EVENT_ETHERNET_CARRIER_ON, iface); in ethernet_mgmt_raise_carrier_on_event()
502 net_mgmt_event_notify(NET_EVENT_ETHERNET_CARRIER_OFF, iface); in ethernet_mgmt_raise_carrier_off_event()
511 net_mgmt_event_notify(NET_EVENT_ETHERNET_VLAN_TAG_ENABLED, in ethernet_mgmt_raise_vlan_enabled_event()
522 net_mgmt_event_notify(NET_EVENT_ETHERNET_VLAN_TAG_DISABLED, iface); in ethernet_mgmt_raise_vlan_disabled_event()
/Zephyr-latest/subsys/net/
Dhostname.c32 net_mgmt_event_notify(NET_EVENT_HOSTNAME_CHANGED, NULL); in trigger_net_event()
/Zephyr-latest/subsys/net/ip/
Dipv6_pe.c381 net_mgmt_event_notify(NET_EVENT_IPV6_PE_DISABLED, iface); in net_ipv6_pe_start()
517 net_mgmt_event_notify(event_type, NULL); in send_filter_event()
760 net_mgmt_event_notify(NET_EVENT_IPV6_PE_ENABLED, iface); in net_ipv6_pe_init()
767 net_mgmt_event_notify(NET_EVENT_IPV6_PE_DISABLED, iface); in net_ipv6_pe_init()
Droute.c469 net_mgmt_event_notify(NET_EVENT_IPV6_ROUTE_ADD, iface); in net_route_add()
577 net_mgmt_event_notify(NET_EVENT_IPV6_ROUTE_DEL, route->iface); in net_route_del()
Dnet_if.c1437 net_mgmt_event_notify(NET_EVENT_IPV6_PE_DISABLED, iface); in net_if_ipv6_dad_failed()
2576 net_mgmt_event_notify(NET_EVENT_IPV6_PREFIX_DEL, ifprefix->iface); in prefix_lifetime_expired()
2748 net_mgmt_event_notify(NET_EVENT_IPV6_PREFIX_ADD, iface); in net_if_ipv6_prefix_add()
2804 net_mgmt_event_notify(NET_EVENT_IPV6_PREFIX_DEL, iface); in net_if_ipv6_prefix_rm()
5567 net_mgmt_event_notify(NET_EVENT_IF_UP, iface); in notify_iface_up()
5588 net_mgmt_event_notify(NET_EVENT_IF_DOWN, iface); in notify_iface_down()
5752 net_mgmt_event_notify(NET_EVENT_IF_ADMIN_UP, iface); in net_if_up()
5790 net_mgmt_event_notify(NET_EVENT_IF_ADMIN_DOWN, iface); in net_if_down()
Dipv6_nbr.c330 net_mgmt_event_notify(NET_EVENT_IPV6_NBR_DEL, iface); in net_ipv6_nbr_rm()
647 net_mgmt_event_notify(NET_EVENT_IPV6_NBR_ADD, iface); in net_ipv6_nbr_add()
/Zephyr-latest/tests/net/mgmt/src/
Dmgmt.c161 net_mgmt_event_notify(event2throw, in thrower_thread()
451 net_mgmt_event_notify(NET_EVENT_IPV6_ADDR_ADD, NULL); in ZTEST()
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c26 net_mgmt_event_notify( in simulate_event_handler()
/Zephyr-latest/subsys/net/lib/capture/
Dcapture.c491 net_mgmt_event_notify(NET_EVENT_CAPTURE_STARTED, iface); in capture_enable()
508 net_mgmt_event_notify(NET_EVENT_CAPTURE_STOPPED, iface); in capture_disable()
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_mgmt.rst205 You can signal a specific network event using the :c:func:`net_mgmt_event_notify`
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4.c1692 net_mgmt_event_notify(NET_EVENT_IPV4_DHCP_START, iface); in dhcpv4_start_internal()
1865 net_mgmt_event_notify(NET_EVENT_IPV4_DHCP_STOP, iface); in net_dhcpv4_stop()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c398 net_mgmt_event_notify(mgmt_event, NULL); in coap_service_raise_event()
Dcoap.c1971 net_mgmt_event_notify(mgmt_event, NULL); in coap_observer_raise_event()
/Zephyr-latest/subsys/net/lib/dns/
Dresolve.c661 net_mgmt_event_notify(NET_EVENT_DNS_SERVER_ADD, iface); in dns_resolve_init_locked()
1788 net_mgmt_event_notify(NET_EVENT_DNS_SERVER_DEL, in dns_resolve_close_locked()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c70 net_mgmt_event_notify(NET_EVENT_IEEE802154_SCAN_RESULT, iface); in ieee802154_handle_beacon()
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c2246 net_mgmt_event_notify(NET_EVENT_IPV6_DHCP_START, iface); in net_dhcpv6_start()
2307 net_mgmt_event_notify(NET_EVENT_IPV6_DHCP_STOP, iface); in net_dhcpv6_stop()