Go to the source code of this file.
|
int | ip4_source_and_port_range_check_add_del (ip4_address_t *address, u32 length, u32 vrf_id, u16 *low_ports, u16 *hi_ports, int is_add) |
|
int | ip6_source_and_port_range_check_add_del (ip6_address_t *address, u32 length, u32 vrf_id, u16 *low_ports, u16 *hi_ports, int is_add) |
|
int | set_ip_source_and_port_range_check (vlib_main_t *vm, u32 *fib_index, u32 sw_if_index, u32 is_add) |
|
Enumerator |
---|
IP_SOURCE_AND_PORT_RANGE_CHECK_PROTOCOL_TCP_OUT |
|
IP_SOURCE_AND_PORT_RANGE_CHECK_PROTOCOL_UDP_OUT |
|
IP_SOURCE_AND_PORT_RANGE_CHECK_PROTOCOL_TCP_IN |
|
IP_SOURCE_AND_PORT_RANGE_CHECK_PROTOCOL_UDP_IN |
|
IP_SOURCE_AND_PORT_RANGE_CHECK_N_PROTOCOLS |
|
Definition at line 32 of file ip_source_and_port_range_check.h.
int ip4_source_and_port_range_check_add_del |
( |
ip4_address_t * |
address, |
|
|
u32 |
length, |
|
|
u32 |
vrf_id, |
|
|
u16 * |
low_ports, |
|
|
u16 * |
hi_ports, |
|
|
int |
is_add |
|
) |
| |
int ip6_source_and_port_range_check_add_del |
( |
ip6_address_t * |
address, |
|
|
u32 |
length, |
|
|
u32 |
vrf_id, |
|
|
u16 * |
low_ports, |
|
|
u16 * |
hi_ports, |
|
|
int |
is_add |
|
) |
| |
int set_ip_source_and_port_range_check |
( |
vlib_main_t * |
vm, |
|
|
u32 * |
fib_index, |
|
|
u32 |
sw_if_index, |
|
|
u32 |
is_add |
|
) |
| |