Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/modules/hostap/src/
Dsupp_events.c387 net_mgmt_event_notify(NET_EVENT_SUPPLICANT_READY, iface); in supplicant_generate_state_event()
390 net_mgmt_event_notify(NET_EVENT_SUPPLICANT_NOT_READY, iface); in supplicant_generate_state_event()
393 net_mgmt_event_notify(NET_EVENT_SUPPLICANT_IFACE_ADDED, iface); in supplicant_generate_state_event()
396 net_mgmt_event_notify(NET_EVENT_SUPPLICANT_IFACE_REMOVING, iface); in supplicant_generate_state_event()
/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/net/l2/ethernet/
Dethernet_mgmt.c496 net_mgmt_event_notify(NET_EVENT_ETHERNET_CARRIER_ON, iface); in ethernet_mgmt_raise_carrier_on_event()
501 net_mgmt_event_notify(NET_EVENT_ETHERNET_CARRIER_OFF, iface); in ethernet_mgmt_raise_carrier_off_event()
510 net_mgmt_event_notify(NET_EVENT_ETHERNET_VLAN_TAG_ENABLED, in ethernet_mgmt_raise_vlan_enabled_event()
521 net_mgmt_event_notify(NET_EVENT_ETHERNET_VLAN_TAG_DISABLED, iface); in ethernet_mgmt_raise_vlan_disabled_event()
/Zephyr-Core-3.7.0/subsys/net/
Dhostname.c32 net_mgmt_event_notify(NET_EVENT_HOSTNAME_CHANGED, NULL); in trigger_net_event()
/Zephyr-Core-3.7.0/subsys/net/ip/
Dipv6_pe.c376 net_mgmt_event_notify(NET_EVENT_IPV6_PE_DISABLED, iface); in net_ipv6_pe_start()
512 net_mgmt_event_notify(event_type, NULL); in send_filter_event()
755 net_mgmt_event_notify(NET_EVENT_IPV6_PE_ENABLED, iface); in net_ipv6_pe_init()
762 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.c1370 net_mgmt_event_notify(NET_EVENT_IPV6_PE_DISABLED, iface); in net_if_ipv6_dad_failed()
2335 net_mgmt_event_notify(NET_EVENT_IPV6_PREFIX_DEL, ifprefix->iface); in prefix_lifetime_expired()
2507 net_mgmt_event_notify(NET_EVENT_IPV6_PREFIX_ADD, iface); in net_if_ipv6_prefix_add()
2563 net_mgmt_event_notify(NET_EVENT_IPV6_PREFIX_DEL, iface); in net_if_ipv6_prefix_rm()
5203 net_mgmt_event_notify(NET_EVENT_IF_UP, iface); in notify_iface_up()
5224 net_mgmt_event_notify(NET_EVENT_IF_DOWN, iface); in notify_iface_down()
5393 net_mgmt_event_notify(NET_EVENT_IF_ADMIN_UP, iface); in net_if_up()
5431 net_mgmt_event_notify(NET_EVENT_IF_ADMIN_DOWN, iface); in net_if_down()
Dipv6_nbr.c343 net_mgmt_event_notify(NET_EVENT_IPV6_NBR_DEL, iface); in net_ipv6_nbr_rm()
659 net_mgmt_event_notify(NET_EVENT_IPV6_NBR_ADD, iface); in net_ipv6_nbr_add()
/Zephyr-Core-3.7.0/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-Core-3.7.0/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c26 net_mgmt_event_notify( in simulate_event_handler()
/Zephyr-Core-3.7.0/subsys/net/lib/capture/
Dcapture.c489 net_mgmt_event_notify(NET_EVENT_CAPTURE_STARTED, iface); in capture_enable()
506 net_mgmt_event_notify(NET_EVENT_CAPTURE_STOPPED, iface); in capture_disable()
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/
Dnet_mgmt.rst205 You can signal a specific network event using the :c:func:`net_mgmt_event_notify`
/Zephyr-Core-3.7.0/subsys/net/lib/dns/
Dresolve.c488 net_mgmt_event_notify(NET_EVENT_DNS_SERVER_ADD, iface); in dns_resolve_init_locked()
1493 net_mgmt_event_notify(NET_EVENT_DNS_SERVER_DEL, in dns_resolve_close_locked()
/Zephyr-Core-3.7.0/subsys/net/lib/dhcpv4/
Ddhcpv4.c1688 net_mgmt_event_notify(NET_EVENT_IPV4_DHCP_START, iface); in dhcpv4_start_internal()
1861 net_mgmt_event_notify(NET_EVENT_IPV4_DHCP_STOP, iface); in net_dhcpv4_stop()
/Zephyr-Core-3.7.0/subsys/net/lib/coap/
Dcoap_server.c359 net_mgmt_event_notify(mgmt_event, NULL); in coap_service_raise_event()
Dcoap.c1921 net_mgmt_event_notify(mgmt_event, NULL); in coap_observer_raise_event()
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c70 net_mgmt_event_notify(NET_EVENT_IEEE802154_SCAN_RESULT, iface); in ieee802154_handle_beacon()
/Zephyr-Core-3.7.0/subsys/net/lib/dhcpv6/
Ddhcpv6.c2132 net_mgmt_event_notify(NET_EVENT_IPV6_DHCP_START, iface); in net_dhcpv6_start()
2193 net_mgmt_event_notify(NET_EVENT_IPV6_DHCP_STOP, iface); in net_dhcpv6_stop()