Lines Matching +full:in +full:- +full:application
13 The network configuration library sets up networking devices in a
14 semi-automatic way during the system boot, based on user-supplied
20 .. csv-table:: Kconfig options for network configuration library
26 config library is not used for initialization and the application needs to
29 first network interface in the system. Typically setting static IP addresses
30 is only usable in testing and should not be used in production code. See
39 ":kconfig:option:`CONFIG_NET_CONFIG_NEED_IPV4`", "The network application needs IPv4
40 support to function properly. This option makes sure the network application
41 is initialized properly in order to use IPv4.
44 ":kconfig:option:`CONFIG_NET_CONFIG_NEED_IPV6`", "The network application needs IPv6
45 support to function properly. This option makes sure the network application
46 is initialized properly in order to use IPv6.
50 this option tells that the network application needs IPv6 router to exists
51 before continuing. This means in practice that the application wants to wait
56 useful in testing setups where the application can connect to a pre-defined host."
64 useful in testing setups where the application can connect to a pre-defined host."
70 is automatically enabled and run during the device boot. In this case,
71 the library will call ``net_config_init()`` automatically and the application
77 functionality the application wishes to have before the actual application