Lines Matching full:short
45 short t_state; /* state of this connection */
46 short t_timer[TCPT_NTIMERS]; /* tcp timers */
47 short t_rxtshift; /* log(2) of rexmt exp. backoff */
48 short t_rxtcur; /* current retransmit value */
49 short t_dupacks; /* consecutive dup acks recd */
105 short t_idle; /* inactivity time */
106 short t_rtt; /* round trip time */
108 short t_srtt; /* smoothed round-trip time */
109 short t_rttvar; /* variance in round-trip time */
118 short t_softerror; /* possible error not yet reported */
202 /* u_long tcps_rcvshort; */ /* packets received too short */