11#ifndef ZEPHYR_INCLUDE_NET_NET_CONFIG_H_ 
   12#define ZEPHYR_INCLUDE_NET_NET_CONFIG_H_ 
   35#define NET_CONFIG_NEED_ROUTER 0x00000001 
   41#define NET_CONFIG_NEED_IPV6   0x00000002 
   47#define NET_CONFIG_NEED_IPV4   0x00000004 
ZTEST_BMEM int timeout
Definition: main.c:31
 
int net_config_init(const char *app_info, uint32_t flags, int32_t timeout)
Initialize this network application.
 
int net_config_init_app(const struct device *dev, const char *app_info)
Initialize this network application.
 
int net_config_init_by_iface(struct net_if *iface, const char *app_info, uint32_t flags, int32_t timeout)
Initialize this network application using a specific network interface.
 
Public API for network interface.
 
flags
Definition: parser.h:96
 
__UINT32_TYPE__ uint32_t
Definition: stdint.h:90
 
__INT32_TYPE__ int32_t
Definition: stdint.h:74
 
Runtime device structure (in ROM) per driver instance.
Definition: device.h:378
 
Network Interface structure.
Definition: net_if.h:510