OpenSDN source code
gmp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  gmp_addrstring_
 
struct  gmph_intf_params_
 
struct  gmpr_intf_params_
 

Macros

#define IPV4_ADDR_LEN   4 /* Length of a v4 address */
 
#define IPV6_ADDR_LEN   16 /* Length of a v6 address */
 

Typedefs

typedef void * gmp_instance_id
 
typedef void * gmp_client_id
 
typedef union gmp_addrstring_ gmp_addr_string
 
typedef struct gmph_intf_params_ gmph_intf_params
 
typedef struct gmpr_intf_params_ gmpr_intf_params
 
typedef struct gmp_addr_thread_ gmp_addr_thread
 
typedef struct gmp_addr_thread_entry_ gmp_addr_thread_entry
 
typedef struct gmp_packet_ gmp_packet
 

Enumerations

enum  gmp_proto { GMP_PROTO_IGMP , GMP_PROTO_MLD , GMP_NUM_PROTOS }
 
enum  gmp_role { GMP_ROLE_HOST , GMP_ROLE_ROUTER , GMP_NUM_ROLES }
 
enum  gmp_filter_mode { GMP_FILTER_MODE_EXCLUDE , GMP_FILTER_MODE_INCLUDE }
 
enum  igmp_version { GMP_IGMP_VERSION_UNSPEC = 0 , GMP_IGMP_VERSION_1 = 1 , GMP_IGMP_VERSION_2 = 2 , GMP_IGMP_VERSION_3 = 3 }
 
enum  mld_version { GMP_MLD_VERSION_UNSPEC = 0 , GMP_MLD_VERSION_1 = 1 , GMP_MLD_VERSION_2 = 2 }
 
enum  gmp_timer_group { GMP_TIMER_GROUP_DEFAULT , GMP_TIMER_GROUP_GEN_QUERY , GMP_NUM_TIMER_GROUPS }
 

Macro Definition Documentation

◆ IPV4_ADDR_LEN

#define IPV4_ADDR_LEN   4 /* Length of a v4 address */

Definition at line 24 of file gmp.h.

◆ IPV6_ADDR_LEN

#define IPV6_ADDR_LEN   16 /* Length of a v6 address */

Definition at line 25 of file gmp.h.

Typedef Documentation

◆ gmp_addr_string

◆ gmp_addr_thread

Definition at line 39 of file gmp.h.

◆ gmp_addr_thread_entry

Definition at line 39 of file gmp.h.

◆ gmp_client_id

typedef void* gmp_client_id

Definition at line 39 of file gmp.h.

◆ gmp_instance_id

typedef void* gmp_instance_id

Definition at line 32 of file gmp.h.

◆ gmp_packet

typedef struct gmp_packet_ gmp_packet

Definition at line 39 of file gmp.h.

◆ gmph_intf_params

◆ gmpr_intf_params

Enumeration Type Documentation

◆ gmp_filter_mode

Enumerator
GMP_FILTER_MODE_EXCLUDE 
GMP_FILTER_MODE_INCLUDE 

Definition at line 66 of file gmp.h.

◆ gmp_proto

enum gmp_proto
Enumerator
GMP_PROTO_IGMP 
GMP_PROTO_MLD 
GMP_NUM_PROTOS 

Definition at line 45 of file gmp.h.

◆ gmp_role

enum gmp_role
Enumerator
GMP_ROLE_HOST 
GMP_ROLE_ROUTER 
GMP_NUM_ROLES 

Definition at line 56 of file gmp.h.

◆ gmp_timer_group

Enumerator
GMP_TIMER_GROUP_DEFAULT 
GMP_TIMER_GROUP_GEN_QUERY 
GMP_NUM_TIMER_GROUPS 

Definition at line 141 of file gmp.h.

◆ igmp_version

Enumerator
GMP_IGMP_VERSION_UNSPEC 
GMP_IGMP_VERSION_1 
GMP_IGMP_VERSION_2 
GMP_IGMP_VERSION_3 

Definition at line 116 of file gmp.h.

◆ mld_version

Enumerator
GMP_MLD_VERSION_UNSPEC 
GMP_MLD_VERSION_1 
GMP_MLD_VERSION_2 

Definition at line 127 of file gmp.h.