GATE
Loading...
Searching...
No Matches
netconfigs.h File Reference

Network configuration utilities. More...

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
 

Detailed Description

Network configuration utilities.

Macro Definition Documentation

◆ GATE_NETCONFIG_STATUS_DISABLED

#define GATE_NETCONFIG_STATUS_DISABLED   0x0001

NIF is disabled

◆ GATE_NETCONFIG_STATUS_ENABLED

#define GATE_NETCONFIG_STATUS_ENABLED   0x0002

NIF is enabled

◆ GATE_NETCONFIG_STATUS_NONFUNCT

#define GATE_NETCONFIG_STATUS_NONFUNCT   0x0004

NIF is non-operational

◆ GATE_NETCONFIG_STATUS_OPERATIONAL

#define GATE_NETCONFIG_STATUS_OPERATIONAL   0x0008

NIF is operational

◆ GATE_NETCONFIG_STATUS_CONNECTING

#define GATE_NETCONFIG_STATUS_CONNECTING   0x0010

NIF is currently connecting

◆ GATE_NETCONFIG_STATUS_CONNECTED

#define GATE_NETCONFIG_STATUS_CONNECTED   0x0020

NIF is connected to a network

◆ GATE_NETCONFIG_STATUS_DISCONNECTED

#define GATE_NETCONFIG_STATUS_DISCONNECTED   0x0040

NIF is disconnected

◆ GATE_NETCONFIG_STATUS_ERROR

#define GATE_NETCONFIG_STATUS_ERROR   0x8000

NIF is in error state