Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
HostMIBSInterface.h File Reference

Go to the source code of this file.

Data Structures

union  _U_MIBS_IP_ADDRESS
 
struct  _S_MIBS_HOST_INFO
 
struct  _S_MIBS_CLASSIFIER_RULE
 
struct  _S_MIBS_PHS_RULE
 
struct  _S_MIBS_EXTSERVICEFLOW_PARAMETERS
 
struct  _S_MIBS_SERVICEFLOW_TABLE
 
struct  _S_MIBS_DROPPED_APP_CNTRL_MESSAGES
 
struct  _S_MIBS_HOST_STATS_MIBS
 

Macros

#define MIBS_MAX_CLASSIFIERS   100
 
#define MIBS_MAX_PHSRULES   100
 
#define MIBS_MAX_SERVICEFLOWS   17
 
#define MIBS_MAX_IP_RANGE_LENGTH   4
 
#define MIBS_MAX_PORT_RANGE   4
 
#define MIBS_MAX_PROTOCOL_LENGTH   32
 
#define MIBS_MAX_PHS_LENGTHS   255
 
#define MIBS_IPV6_ADDRESS_SIZEINBYTES   0x10
 
#define MIBS_IP_LENGTH_OF_ADDRESS   4
 
#define MIBS_MAX_HIST_ENTRIES   12
 
#define MIBS_PKTSIZEHIST_RANGE   128
 

Typedefs

typedef union _U_MIBS_IP_ADDRESS U_MIBS_IP_ADDRESS
 
typedef struct _S_MIBS_HOST_INFO S_MIBS_HOST_INFO
 
typedef struct
_S_MIBS_CLASSIFIER_RULE 
S_MIBS_CLASSIFIER_RULE
 
typedef struct _S_MIBS_PHS_RULE S_MIBS_PHS_RULE
 
typedef struct
_S_MIBS_EXTSERVICEFLOW_PARAMETERS 
S_MIBS_EXTSERVICEFLOW_PARAMETERS
 
typedef struct
_S_MIBS_SERVICEFLOW_TABLE 
S_MIBS_SERVICEFLOW_TABLE
 
typedef struct
_S_MIBS_DROPPED_APP_CNTRL_MESSAGES 
S_MIBS_DROPPED_APP_CNTRL_MESSAGES
 
typedef struct
_S_MIBS_HOST_STATS_MIBS 
S_MIBS_HOST_STATS_MIBS
 

Macro Definition Documentation

#define MIBS_IP_LENGTH_OF_ADDRESS   4

Definition at line 21 of file HostMIBSInterface.h.

#define MIBS_IPV6_ADDRESS_SIZEINBYTES   0x10

Definition at line 20 of file HostMIBSInterface.h.

#define MIBS_MAX_CLASSIFIERS   100

Definition at line 13 of file HostMIBSInterface.h.

#define MIBS_MAX_HIST_ENTRIES   12

Definition at line 22 of file HostMIBSInterface.h.

#define MIBS_MAX_IP_RANGE_LENGTH   4

Definition at line 16 of file HostMIBSInterface.h.

#define MIBS_MAX_PHS_LENGTHS   255

Definition at line 19 of file HostMIBSInterface.h.

#define MIBS_MAX_PHSRULES   100

Definition at line 14 of file HostMIBSInterface.h.

#define MIBS_MAX_PORT_RANGE   4

Definition at line 17 of file HostMIBSInterface.h.

#define MIBS_MAX_PROTOCOL_LENGTH   32

Definition at line 18 of file HostMIBSInterface.h.

#define MIBS_MAX_SERVICEFLOWS   17

Definition at line 15 of file HostMIBSInterface.h.

#define MIBS_PKTSIZEHIST_RANGE   128

Definition at line 23 of file HostMIBSInterface.h.

Typedef Documentation