Lines Matching full:event
130 /** Event emitted when the network interface goes down. */
134 /** Event emitted when the network interface goes up. */
138 /** Event emitted when the network interface is taken down manually. */
142 /** Event emitted when the network interface goes up manually. */
146 /** Event emitted when an IPv6 address is added to the system. */
150 /** Event emitted when an IPv6 address is removed from the system. */
154 /** Event emitted when an IPv6 multicast address is added to the system. */
158 /** Event emitted when an IPv6 multicast address is removed from the system. */
162 /** Event emitted when an IPv6 prefix is added to the system. */
166 /** Event emitted when an IPv6 prefix is removed from the system. */
170 /** Event emitted when an IPv6 multicast group is joined. */
174 /** Event emitted when an IPv6 multicast group is left. */
178 /** Event emitted when an IPv6 router is added to the system. */
182 /** Event emitted when an IPv6 router is removed from the system. */
186 /** Event emitted when an IPv6 route is added to the system. */
190 /** Event emitted when an IPv6 route is removed from the system. */
194 /** Event emitted when an IPv6 duplicate address detection succeeds. */
198 /** Event emitted when an IPv6 duplicate address detection fails. */
202 /** Event emitted when an IPv6 neighbor is added to the system. */
206 /** Event emitted when an IPv6 neighbor is removed from the system. */
210 /** Event emitted when an IPv6 DHCP client starts. */
214 /** Event emitted when an IPv6 DHCP client address is bound. */
218 /** Event emitted when an IPv6 DHCP client is stopped. */
246 /** Event emitted when an IPv4 address is added to the system. */
250 /** Event emitted when an IPv4 address is removed from the system. */
254 /** Event emitted when an IPv4 multicast address is added to the system. */
258 /** Event emitted when an IPv4 multicast address is removed from the system. */
262 /** Event emitted when an IPv4 router is added to the system. */
266 /** Event emitted when an IPv4 router is removed from the system. */
270 /** Event emitted when an IPv4 DHCP client is started. */
274 /** Event emitted when an IPv4 DHCP client address is bound. */
278 /** Event emitted when an IPv4 DHCP client is stopped. */
282 /** Event emitted when an IPv4 multicast group is joined. */
286 /** Event emitted when an IPv4 multicast group is left. */
290 /** Event emitted when an IPv4 address conflict detection succeeds. */
294 /** Event emitted when an IPv4 address conflict detection fails. */
298 /** Event emitted when an IPv4 address conflict was detected after the address
309 /** Event emitted when the system is considered to be connected.
316 /** Event emitted when the system is no longer connected.
325 /** Event raised when IPv4 network connectivity is available. */
329 /** Event emitted when IPv4 network connectivity is lost. */
333 /** Event emitted when IPv6 network connectivity is available. */
337 /** Event emitted when IPv6 network connectivity is lost. */
341 /** Event emitted when a DNS server is added to the system. */
345 /** Event emitted when a DNS server is removed from the system. */
349 /** Event emitted when the system hostname is changed. */
362 * @brief Network Management event information structure
368 * when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the
372 /** IPv6 address related to this event */
377 * @brief Network Management event information structure
381 * when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the
383 * @note: idx will be '-1' in case of NET_EVENT_IPV6_NBR_DEL event.
393 * @brief Network Management event information structure
397 * when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the
410 * @brief Network Management event information structure
414 * when CONFIG_NET_MGMT_EVENT_INFO is enabled and event generator pass the
427 * @brief Network Management event information structure
428 * Used to pass information on NET_EVENT_HOSTNAME_CHANGED event when
429 * CONFIG_NET_MGMT_EVENT_INFO is enabled and event generator pass the
438 * @brief Network Management event information structure
442 * when CONFIG_NET_MGMT_EVENT_INFO is enabled and event generator pass the
455 * @brief Network Management event information structure
456 * Used to pass information on network event
458 * when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the
469 * @brief Network Management event information structure
470 * Used to pass information on network event
472 * when CONFIG_NET_MGMT_EVENT_INFO enabled and event generator pass the