Go to the source code of this file.
|
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) |
|
◆ ip4_sas()
◆ ip4_sas_by_sw_if_index()
◆ ip4_sas_commonlen()
◆ ip6_sas()
bool ip6_sas |
( |
u32 |
table_id, |
|
|
u32 |
sw_if_index, |
|
|
const ip6_address_t * |
dst, |
|
|
ip6_address_t * |
src |
|
) |
| |
◆ 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 |
|
) |
| |
◆ ip6_sas_commonlen()
static int ip6_sas_commonlen |
( |
const ip6_address_t * |
a1, |
|
|
const ip6_address_t * |
a2 |
|
) |
| |
|
static |