Struct to query FW for current TKO configuation. More...
#include <whd_wlioctl.h>
| Data Fields | |
| uint8_t | index | 
| TCP connection index, 0 to max-1.  More... | |
| uint8_t | ip_addr_type | 
| 0 - IPv4, 1 - IPv6  More... | |
| uint16_t | local_port | 
| local port  More... | |
| uint16_t | remote_port | 
| remote port  More... | |
| uint32_t | local_seq | 
| local sequence number  More... | |
| uint32_t | remote_seq | 
| remote sequence number  More... | |
| uint16_t | request_len | 
| TCP keepalive request packet length.  More... | |
| uint16_t | response_len | 
| TCP keepalive response packet length.  More... | |
| uint8_t | data [1] | 
| variable length field containing local/remote IPv4/IPv6, TCP keepalive request packet, TCP keepalive response packet For IPv4, length is 4 * 2 + request_length + response_length offset 0 - local IPv4 offset 4 - remote IPv4 offset 8 - TCP keepalive request packet offset 8+request_length - TCP keepalive response packet For IPv6, length is 16 * 2 + request_length + response_length offset 0 - local IPv6 offset 16 - remote IPv6 offset 32 - TCP keepalive request packet offset 32+request_length - TCP keepalive response packet  More... | |
Struct to query FW for current TKO configuation.
Definition at line 3968 of file whd_wlioctl.h.
| uint8_t data[1] | 
variable length field containing local/remote IPv4/IPv6, TCP keepalive request packet, TCP keepalive response packet For IPv4, length is 4 * 2 + request_length + response_length offset 0 - local IPv4 offset 4 - remote IPv4 offset 8 - TCP keepalive request packet offset 8+request_length - TCP keepalive response packet For IPv6, length is 16 * 2 + request_length + response_length offset 0 - local IPv6 offset 16 - remote IPv6 offset 32 - TCP keepalive request packet offset 32+request_length - TCP keepalive response packet
Definition at line 3978 of file whd_wlioctl.h.
| uint8_t index | 
TCP connection index, 0 to max-1.
Definition at line 3970 of file whd_wlioctl.h.
| uint8_t ip_addr_type | 
0 - IPv4, 1 - IPv6
Definition at line 3971 of file whd_wlioctl.h.
| uint16_t local_port | 
local port
Definition at line 3972 of file whd_wlioctl.h.
| uint32_t local_seq | 
local sequence number
Definition at line 3974 of file whd_wlioctl.h.
| uint16_t remote_port | 
remote port
Definition at line 3973 of file whd_wlioctl.h.
| uint32_t remote_seq | 
remote sequence number
Definition at line 3975 of file whd_wlioctl.h.
| uint16_t request_len | 
TCP keepalive request packet length.
Definition at line 3976 of file whd_wlioctl.h.
| uint16_t response_len | 
TCP keepalive response packet length.
Definition at line 3977 of file whd_wlioctl.h.