Lines Matching full:is
138 /** Event emitted when the network interface is taken down 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. */
202 /** Event emitted when an IPv6 neighbor is added to the system. */
206 /** Event emitted when an IPv6 neighbor is removed from the system. */
214 /** Event emitted when an IPv6 DHCP client address is bound. */
218 /** Event emitted when an IPv6 DHCP client is stopped. */
222 /** IPv6 address is deprecated. */
226 /** IPv6 Privacy extension is enabled. */
230 /** IPv6 Privacy extension is disabled. */
234 /** IPv6 Privacy extension filter is added. */
238 /** IPv6 Privacy extension filter is removed. */
242 /** IPv6 Path MTU is changed. */
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. */
305 /** IPv4 Path MTU is changed. */
309 /** Event emitted when the system is considered to be connected.
310 * The connected in this context means that the network interface is up,
316 /** Event emitted when the system is no longer connected.
317 * Typically this means that network connectivity is lost either by
318 * the network interface is going down, or the interface has no longer
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. */
353 /** Network packet capture is started. */
357 /** Network packet capture is stopped. */
414 * when CONFIG_NET_MGMT_EVENT_INFO is enabled and event generator pass the
429 * CONFIG_NET_MGMT_EVENT_INFO is enabled and event generator pass the
442 * when CONFIG_NET_MGMT_EVENT_INFO is enabled and event generator pass the
445 * This is only available if CONFIG_NET_IPV6_PE_FILTER_PREFIX_COUNT is >0.