#include <TCP_VAR.H>
Public Attributes | |
tcpiphdr * | seg_next |
tcpiphdr * | seg_prev |
short | t_state |
short | t_timer [TCPT_NTIMERS] |
short | t_rxtshift |
short | t_rxtcur |
short | t_dupacks |
u_short | t_maxseg |
char | t_force |
u_short | t_flags |
tcpiphdr * | t_template |
inpcb * | t_inpcb |
tcp_seq | snd_una |
tcp_seq | snd_nxt |
tcp_seq | snd_up |
tcp_seq | snd_wl1 |
tcp_seq | snd_wl2 |
tcp_seq | iss |
n_long | snd_wnd |
n_long | rcv_wnd |
tcp_seq | rcv_nxt |
tcp_seq | rcv_up |
tcp_seq | irs |
tcp_seq | rcv_adv |
tcp_seq | snd_max |
n_long | snd_cwnd |
n_long | snd_ssthresh |
u_short | t_idle |
short | t_rtt |
tcp_seq | t_rtseq |
short | t_srtt |
short | t_rttvar |
u_short | t_rttmin |
n_long | max_sndwnd |
char | t_oobflags |
char | t_iobc |
short | t_softerror |
u_char | snd_scale |
u_char | rcv_scale |
u_char | request_r_scale |
u_char | requested_s_scale |
n_long | ts_recent |
n_long | ts_recent_age |
tcp_seq | last_ack_sent |
caddr_t | t_tuba_pcb |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|