Home
last modified time | relevance | path

Searched defs:whd_tko_connect (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_wlioctl.h3990 struct whd_tko_connect struct
3992 uint8_t index; /**< TCP connection index, 0 to max-1 */
3993 uint8_t ip_addr_type; /**< 0 - IPv4, 1 - IPv6 */
3994 uint16_t local_port; /**< local port */
3995 uint16_t remote_port; /**< remote port */
3996 uint32_t local_seq; /**< local sequence number */
3997 uint32_t remote_seq; /**< remote sequence number */
3998 uint16_t request_len; /**< TCP keepalive request packet length */
3999 uint16_t response_len; /**< TCP keepalive response packet length */
4000 uint8_t data[1]; /**< variable length field containing local/remote IPv4/IPv6,