/Zephyr-Core-3.7.0/subsys/net/l2/ppp/ |
D | ppp_mgmt.c | 11 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/ |
D | conn_mgr_monitor.c | 179 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/ |
D | supp_events.c | 387 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/ |
D | net_mgmt.h | 304 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/ |
D | ethernet_mgmt.c | 496 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/ |
D | hostname.c | 32 net_mgmt_event_notify(NET_EVENT_HOSTNAME_CHANGED, NULL); in trigger_net_event()
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | ipv6_pe.c | 376 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()
|
D | route.c | 469 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()
|
D | net_if.c | 1370 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()
|
D | ipv6_nbr.c | 343 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/ |
D | mgmt.c | 161 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/ |
D | test_conn_impl.c | 26 net_mgmt_event_notify( in simulate_event_handler()
|
/Zephyr-Core-3.7.0/subsys/net/lib/capture/ |
D | capture.c | 489 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/ |
D | net_mgmt.rst | 205 You can signal a specific network event using the :c:func:`net_mgmt_event_notify`
|
/Zephyr-Core-3.7.0/subsys/net/lib/dns/ |
D | resolve.c | 488 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/ |
D | dhcpv4.c | 1688 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/ |
D | coap_server.c | 359 net_mgmt_event_notify(mgmt_event, NULL); in coap_service_raise_event()
|
D | coap.c | 1921 net_mgmt_event_notify(mgmt_event, NULL); in coap_observer_raise_event()
|
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/ |
D | ieee802154_mgmt.c | 70 net_mgmt_event_notify(NET_EVENT_IEEE802154_SCAN_RESULT, iface); in ieee802154_handle_beacon()
|
/Zephyr-Core-3.7.0/subsys/net/lib/dhcpv6/ |
D | dhcpv6.c | 2132 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()
|