Go to the source code of this file.
|
static map_domain_t * | get_domain (ip4_address_t *ip4_prefix, u8 ip4_prefix_len, ip6_address_t *ip6_prefix, u8 ip6_prefix_len, ip6_address_t *ip6_src, u8 ip6_src_len, u8 ea_bits_len, u8 psid_offset, u8 psid_length, u16 mtu, u8 flags) |
|
static void | test_map_t_destaddr (void) |
|
static void | test_map_eabits (void) |
|
static void | run_tests (void) |
|
int | main () |
|
#define foreach_test_case |
Value:_(map_t_destaddr) \
_(map_eabits)
Definition at line 187 of file test.c.
static map_domain_t* get_domain |
( |
ip4_address_t * |
ip4_prefix, |
|
|
u8 |
ip4_prefix_len, |
|
|
ip6_address_t * |
ip6_prefix, |
|
|
u8 |
ip6_prefix_len, |
|
|
ip6_address_t * |
ip6_src, |
|
|
u8 |
ip6_src_len, |
|
|
u8 |
ea_bits_len, |
|
|
u8 |
psid_offset, |
|
|
u8 |
psid_length, |
|
|
u16 |
mtu, |
|
|
u8 |
flags |
|
) |
| |
|
static |
static void run_tests |
( |
void |
| ) |
|
|
static |
static void test_map_eabits |
( |
void |
| ) |
|
|
static |
static void test_map_t_destaddr |
( |
void |
| ) |
|
|
static |