![]() |
FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
Include dependency graph for ip_types.c:Go to the source code of this file.
Functions | |
| u8 * | format_ip_address (u8 *s, va_list *args) |
| uword | unformat_ip_address (unformat_input_t *input, va_list *args) |
| u8 * | format_ip_prefix (u8 *s, va_list *args) |
| uword | unformat_ip_prefix (unformat_input_t *input, va_list *args) |
| u16 | ip_address_size (const ip_address_t *a) |
| int | ip_address_cmp (const ip_address_t *ip1, const ip_address_t *ip2) |
| void | ip_address_copy (ip_address_t *dst, const ip_address_t *src) |
| void | ip_address_copy_addr (void *dst, const ip_address_t *src) |
| u16 | ip_version_to_size (u8 ver) |
| void | ip_address_set (ip_address_t *dst, const void *src, u8 version) |
| void | ip_address_to_46 (const ip_address_t *addr, ip46_address_t *a, fib_protocol_t *proto) |
| static void | ip_prefix_normalize_ip4 (ip4_address_t *ip4, u8 preflen) |
| static void | ip_prefix_normalize_ip6 (ip6_address_t *ip6, u8 preflen) |
| void | ip_prefix_normalize (ip_prefix_t *a) |
| void | ip_prefix_copy (void *dst, void *src) |
| int | ip_prefix_cmp (ip_prefix_t *p1, ip_prefix_t *p2) |
Definition at line 20 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 55 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int ip_address_cmp | ( | const ip_address_t * | ip1, |
| const ip_address_t * | ip2 | ||
| ) |
Definition at line 98 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_address_copy | ( | ip_address_t * | dst, |
| const ip_address_t * | src | ||
| ) |
Definition at line 115 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_address_copy_addr | ( | void * | dst, |
| const ip_address_t * | src | ||
| ) |
Definition at line 131 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_address_set | ( | ip_address_t * | dst, |
| const void * | src, | ||
| u8 | version | ||
| ) |
Definition at line 152 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function:| u16 ip_address_size | ( | const ip_address_t * | a | ) |
| void ip_address_to_46 | ( | const ip_address_t * | addr, |
| ip46_address_t * | a, | ||
| fib_protocol_t * | proto | ||
| ) |
| int ip_prefix_cmp | ( | ip_prefix_t * | p1, |
| ip_prefix_t * | p2 | ||
| ) |
Definition at line 258 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip_prefix_copy | ( | void * | dst, |
| void * | src | ||
| ) |
| void ip_prefix_normalize | ( | ip_prefix_t * | a | ) |
Definition at line 232 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 179 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 196 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function:| uword unformat_ip_address | ( | unformat_input_t * | input, |
| va_list * | args | ||
| ) |
Definition at line 40 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function:| uword unformat_ip_prefix | ( | unformat_input_t * | input, |
| va_list * | args | ||
| ) |
Definition at line 63 of file ip_types.c.
Here is the call graph for this function:
Here is the caller graph for this function: