Go to the source code of this file.
|
void | tcp_debug_logging (u32 seq_num, u32 ack_num, u32 old_ip, u32 new_ip, u16 old_port, u16 new_port, u16 old_ip_crc, u16 new_ip_crc, u16 old_tcp_crc, u16 new_tcp_crc) |
|
void | tcp_debug_logging_dump (void) |
|
void | tcp_debug_logging_enable_disable (u32 enable_flag) |
|
void | hex_dump (u8 *p, int len) |
|
void | print_icmp_pkt (ipv4_header *ip) |
|
void | print_udp_pkt (ipv4_header *ip) |
|
void | print_tcp_pkt (ipv4_header *ip) |
|
void | tcp_in2out_nat_mss_n_checksum (ipv4_header *ip, tcp_hdr_type *tcp, u32 ipv4_addr, u16 port, cnat_main_db_entry_t *db) |
|
u32 | get_my_svi_intf_ip_addr () |
|
u32 get_my_svi_intf_ip_addr |
( |
| ) |
|
void hex_dump |
( |
u8 * |
p, |
|
|
int |
len |
|
) |
| |
void tcp_debug_logging |
( |
u32 |
seq_num, |
|
|
u32 |
ack_num, |
|
|
u32 |
old_ip, |
|
|
u32 |
new_ip, |
|
|
u16 |
old_port, |
|
|
u16 |
new_port, |
|
|
u16 |
old_ip_crc, |
|
|
u16 |
new_ip_crc, |
|
|
u16 |
old_tcp_crc, |
|
|
u16 |
new_tcp_crc |
|
) |
| |
void tcp_debug_logging_dump |
( |
void |
| ) |
|
void tcp_debug_logging_enable_disable |
( |
u32 |
enable_flag | ) |
|