FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
igmp_src.h File Reference
+ Include dependency graph for igmp_src.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  igmp_src_t_
 IGMP source The representation of a specified source address with in multicast group. More...
 

Macros

#define IGMP_SRC_N_TIMERS   (IGMP_SRC_TIMER_EXP + 1)
 

Typedefs

typedef enum igmp_src_timer_t_ igmp_src_timer_t
 IGMP Source timers. More...
 
typedef struct igmp_src_t_ igmp_src_t
 IGMP source The representation of a specified source address with in multicast group. More...
 

Enumerations

enum  igmp_src_timer_t_ { IGMP_SRC_TIMER_EXP }
 IGMP Source timers. More...
 

Functions

void igmp_src_free (igmp_src_t *src)
 
igmp_src_tigmp_src_alloc (u32 group_index, const igmp_key_t *skey, igmp_mode_t mode)
 
u32 igmp_src_index (igmp_src_t *src)
 
void igmp_src_refresh (igmp_src_t *src)
 
void igmp_src_blocked (igmp_src_t *src)
 

Macro Definition Documentation

#define IGMP_SRC_N_TIMERS   (IGMP_SRC_TIMER_EXP + 1)

Definition at line 35 of file igmp_src.h.

Typedef Documentation

typedef struct igmp_src_t_ igmp_src_t

IGMP source The representation of a specified source address with in multicast group.

IGMP Source timers.

Enumeration Type Documentation

IGMP Source timers.

Enumerator
IGMP_SRC_TIMER_EXP 

On expiry the source has not been refreshed by a query and can now be reaped.

Definition at line 26 of file igmp_src.h.

Function Documentation

igmp_src_t* igmp_src_alloc ( u32  group_index,
const igmp_key_t skey,
igmp_mode_t  mode 
)

Definition at line 71 of file igmp_src.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void igmp_src_blocked ( igmp_src_t src)

Definition at line 127 of file igmp_src.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void igmp_src_free ( igmp_src_t src)

Definition at line 23 of file igmp_src.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 igmp_src_index ( igmp_src_t src)

Definition at line 139 of file igmp_src.c.

+ Here is the caller graph for this function:

void igmp_src_refresh ( igmp_src_t src)

Definition at line 115 of file igmp_src.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: