Go to the source code of this file.
|
clib_error_t * | ip_main_init (vlib_main_t *vm) |
|
static ip_protocol_info_t * | ip_get_protocol_info (ip_main_t *im, u32 protocol) |
|
static tcp_udp_port_info_t * | ip_get_tcp_udp_port_info (ip_main_t *im, u32 port) |
|
static ip_csum_t | ip_incremental_checksum_buffer (vlib_main_t *vm, vlib_buffer_t *first_buffer, u32 first_buffer_offset, u32 n_bytes_to_checksum, ip_csum_t sum) |
|
static u16 | ip_calculate_l4_checksum (vlib_main_t *vm, vlib_buffer_t *p0, ip_csum_t sum0, u32 payload_length, u8 *iph, u32 ip_header_size, u8 *l4h) |
|
void | ip_del_all_interface_addresses (vlib_main_t *vm, u32 sw_if_index) |
|
void | ip_table_create (fib_protocol_t fproto, u32 table_id, u8 is_api, const u8 *name) |
|
void | ip_table_delete (fib_protocol_t fproto, u32 table_id, u8 is_api) |
|
int | ip_table_bind (fib_protocol_t fproto, u32 sw_if_index, u32 table_id, u8 is_api) |
|
u8 | ip_is_zero (ip46_address_t *ip46_address, u8 is_ip4) |
|
u8 | ip_is_local_host (ip46_address_t *ip46_address, u8 is_ip4) |
|
u8 | ip4_is_local_host (ip4_address_t *ip4_address) |
|
u8 | ip6_is_local_host (ip6_address_t *ip6_address) |
|
u8 | ip_is_local (u32 fib_index, ip46_address_t *ip46_address, u8 is_ip4) |
| Checks that an ip is local to the requested fib. More...
|
|
void | ip_copy (ip46_address_t *dst, ip46_address_t *src, u8 is_ip4) |
|
void | ip_set (ip46_address_t *dst, void *src, u8 is_ip4) |
|
void | ip_feature_enable_disable (ip_address_family_t af, ip_sub_address_family_t safi, ip_feature_location_t loc, const char *feature, u32 sw_if_index, int enable_disable, void *feature_config, u32 n_feature_config_bytes) |
|
static u32 | vlib_buffer_get_ip4_fib_index (vlib_buffer_t *b) |
|
static u32 | vlib_buffer_get_ip6_fib_index (vlib_buffer_t *b) |
|
static u32 | vlib_buffer_get_ip_fib_index (vlib_buffer_t *b, u8 is_ip4) |
|
◆ ip4_is_local_host()
Definition at line 41 of file ip.c.
◆ ip6_is_local_host()
u8 ip6_is_local_host |
( |
ip6_address_t * |
ip6_address | ) |
|
Definition at line 47 of file ip.c.
◆ ip_calculate_l4_checksum()
Definition at line 184 of file ip.h.
◆ ip_copy()
void ip_copy |
( |
ip46_address_t * |
dst, |
|
|
ip46_address_t * |
src, |
|
|
u8 |
is_ip4 |
|
) |
| |
Definition at line 83 of file ip.c.
◆ ip_del_all_interface_addresses()
void ip_del_all_interface_addresses |
( |
vlib_main_t * |
vm, |
|
|
u32 |
sw_if_index |
|
) |
| |
◆ ip_feature_enable_disable()
Definition at line 163 of file ip.c.
◆ ip_get_protocol_info()
Definition at line 134 of file ip.h.
◆ ip_get_tcp_udp_port_info()
Definition at line 143 of file ip.h.
◆ ip_incremental_checksum_buffer()
Definition at line 152 of file ip.h.
◆ ip_is_local()
u8 ip_is_local |
( |
u32 |
fib_index, |
|
|
ip46_address_t * |
ip46_address, |
|
|
u8 |
is_ip4 |
|
) |
| |
Checks that an ip is local to the requested fib.
Definition at line 57 of file ip.c.
◆ ip_is_local_host()
u8 ip_is_local_host |
( |
ip46_address_t * |
ip46_address, |
|
|
u8 |
is_ip4 |
|
) |
| |
Definition at line 31 of file ip.c.
◆ ip_is_zero()
u8 ip_is_zero |
( |
ip46_address_t * |
ip46_address, |
|
|
u8 |
is_ip4 |
|
) |
| |
Definition at line 22 of file ip.c.
◆ ip_main_init()
◆ ip_set()
void ip_set |
( |
ip46_address_t * |
dst, |
|
|
void * |
src, |
|
|
u8 |
is_ip4 |
|
) |
| |
Definition at line 95 of file ip.c.
◆ ip_table_bind()
◆ ip_table_create()
◆ ip_table_delete()
◆ vlib_buffer_get_ip4_fib_index()
◆ vlib_buffer_get_ip6_fib_index()
◆ vlib_buffer_get_ip_fib_index()
Definition at line 292 of file ip.h.
◆ ip4_inacl_node
Initial value:= {
.name = "ip4-inacl",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (ip4_inacl_node)
Definition at line 833 of file ip_in_out_acl.c.
◆ ip6_inacl_node
Initial value:= {
.name = "ip6-inacl",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (ip6_inacl_node)
Definition at line 911 of file ip_in_out_acl.c.
◆ ip_main