GATE
|
Network configuration utilities. More...
#include "gate/system/gate_system_api.h"
Macros | |
#define | GATE_NETCONFIG_STATUS_DISABLED 0x0001 |
#define | GATE_NETCONFIG_STATUS_ENABLED 0x0002 |
#define | GATE_NETCONFIG_STATUS_NONFUNCT 0x0004 |
#define | GATE_NETCONFIG_STATUS_OPERATIONAL 0x0008 |
#define | GATE_NETCONFIG_STATUS_CONNECTING 0x0010 |
#define | GATE_NETCONFIG_STATUS_CONNECTED 0x0020 |
#define | GATE_NETCONFIG_STATUS_DISCONNECTED 0x0040 |
#define | GATE_NETCONFIG_STATUS_ERROR 0x8000 |
Network configuration utilities.
#define GATE_NETCONFIG_STATUS_DISABLED 0x0001 |
NIF is disabled
#define GATE_NETCONFIG_STATUS_ENABLED 0x0002 |
NIF is enabled
#define GATE_NETCONFIG_STATUS_NONFUNCT 0x0004 |
NIF is non-operational
#define GATE_NETCONFIG_STATUS_OPERATIONAL 0x0008 |
NIF is operational
#define GATE_NETCONFIG_STATUS_CONNECTING 0x0010 |
NIF is currently connecting
#define GATE_NETCONFIG_STATUS_CONNECTED 0x0020 |
NIF is connected to a network
#define GATE_NETCONFIG_STATUS_DISCONNECTED 0x0040 |
NIF is disconnected
#define GATE_NETCONFIG_STATUS_ERROR 0x8000 |
NIF is in error state