Home
last modified time | relevance | path

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

/original-bsd/sys/deprecated/bbnnet/
H A Dtcp.h48 int t_rcv_len; /* length of rcv queue */
50 struct inpcb *t_in_pcb; /* -> in_pcb */
95 char t_noactprobe; /* see tcp_newtcpcb() */ argument
96 char t_noactsig;
99 u_short snd_wnd; /* window he advertised */
104 u_short t_rxtct; /* # of retransmissions */
105 u_char t_state; /* state of this connection */
124 tcptimerval t_itimeo; /* init timeout value */
141 sequence rcv_urpend; /* (out-of-band) data */
146 short ack_skipped;
[all …]
/original-bsd/sys/netinet/
H A Dtcp_var.h17 struct tcpcb { struct
19 struct tcpiphdr *seg_prev;
21 short t_timer[TCPT_NTIMERS]; /* tcp timers */
27 u_short t_flags;
47 tcp_seq snd_nxt; /* send next */
52 u_long snd_wnd; /* send window */
54 u_long rcv_wnd; /* receive window */
55 tcp_seq rcv_nxt; /* receive next */
77 u_short t_idle; /* inactivity time */
78 short t_rtt; /* round trip time */
[all …]
/original-bsd/usr.sbin/trpt/
H A Dtrpt.c221 dotrace(tcpcb) in dotrace() argument
/original-bsd/usr.bin/netstat/
H A Dinet.c46 struct tcpcb tcpcb; variable
/original-bsd/usr.bin/systat/
H A Dnetstat.c143 struct tcpcb tcpcb; in fetchnetstat() local