Public Member Functions | Public Attributes

tcp_pcb Struct Reference

#include <tcp.h>

List of all members.

Public Member Functions

 TCP_PCB_COMMON (struct tcp_pcb)
 protocol specific PCB members

Public Attributes

 IP_PCB
 common PCB members
u16_t remote_port
u8_t flags
u32_t rcv_nxt
u16_t rcv_wnd
u16_t rcv_ann_wnd
u32_t rcv_ann_right_edge
u32_t tmr
u8_t polltmr
u8_t pollinterval
s16_t rtime
u16_t mss
u32_t rttest
u32_t rtseq
s16_t sa
s16_t sv
s16_t rto
u8_t nrtx
u32_t lastack
u8_t dupacks
u16_t cwnd
u16_t ssthresh
u32_t snd_nxt
u16_t snd_wnd
u32_t snd_wl1
u32_t snd_wl2
u32_t snd_lbb
u16_t acked
u16_t snd_buf
u16_t snd_queuelen
u16_t unsent_oversize
struct tcp_segunsent
struct tcp_segunacked
struct tcp_segooseq
struct pbufrefused_data
tcp_sent_fn sent
tcp_recv_fn recv
tcp_connected_fn connected
tcp_poll_fn poll
tcp_err_fn errf
u32_t keep_idle
u32_t persist_cnt
u8_t persist_backoff
u8_t keep_cnt_sent

Member Function Documentation

tcp_pcb::TCP_PCB_COMMON ( struct tcp_pcb   ) 

protocol specific PCB members


Member Data Documentation

common PCB members


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines