Network Manager service constants

Limits on Network Manager field sizes, and number of DNS name servers

Definitions:

#include <qwf/qwf_net.h>
#define QWF_NET_MAX_IF_NAME_LEN (15)

Maximum length of an interface name (without NULL-terminator)

#define QWF_NET_MAX_NUM_IFACES (50)

Maximum number of interfaces shown in an array of interfaces

#define QWF_NET_MAX_MAC_ADDR_LEN (17)

Maximum length of a MAC address string (without NULL-terminator)

#define QWF_NET_MAX_DNS_NAME_LEN (255)

Maximum length of a DNS name string (without NULL-terminator)

#define QWF_NET_NUM_DNS_ADDRS (2)

Number of DNS name servers

Library:

qwf_interface