FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
ip_sas.c File Reference
+ Include dependency graph for ip_sas.c:

Go to the source code of this file.

Functions

static int ip6_sas_commonlen (const ip6_address_t *a1, const ip6_address_t *a2)
 
static int ip4_sas_commonlen (const ip4_address_t *a1, const ip4_address_t *a2)
 
bool ip6_sas_by_sw_if_index (u32 sw_if_index, const ip6_address_t *dst, ip6_address_t *src)
 
bool ip4_sas_by_sw_if_index (u32 sw_if_index, const ip4_address_t *dst, ip4_address_t *src)
 
bool ip6_sas (u32 table_id, u32 sw_if_index, const ip6_address_t *dst, ip6_address_t *src)
 
bool ip4_sas (u32 table_id, u32 sw_if_index, const ip4_address_t *dst, ip4_address_t *src)
 

Function Documentation

◆ ip4_sas()

bool ip4_sas ( u32  table_id,
u32  sw_if_index,
const ip4_address_t dst,
ip4_address_t src 
)

Definition at line 187 of file ip_sas.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ip4_sas_by_sw_if_index()

bool ip4_sas_by_sw_if_index ( u32  sw_if_index,
const ip4_address_t dst,
ip4_address_t src 
)

Definition at line 112 of file ip_sas.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ip4_sas_commonlen()

static int ip4_sas_commonlen ( const ip4_address_t a1,
const ip4_address_t a2 
)
static

Definition at line 55 of file ip_sas.c.

+ Here is the caller graph for this function:

◆ ip6_sas()

bool ip6_sas ( u32  table_id,
u32  sw_if_index,
const ip6_address_t *  dst,
ip6_address_t *  src 
)

Definition at line 149 of file ip_sas.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ip6_sas_by_sw_if_index()

bool ip6_sas_by_sw_if_index ( u32  sw_if_index,
const ip6_address_t *  dst,
ip6_address_t *  src 
)

Definition at line 72 of file ip_sas.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ip6_sas_commonlen()

static int ip6_sas_commonlen ( const ip6_address_t *  a1,
const ip6_address_t *  a2 
)
static

Definition at line 36 of file ip_sas.c.

+ Here is the caller graph for this function: