Home | History | Annotate | Download | only in slirp-android

Lines Matching full:short

50 	short	t_state;		/* state of this connection */
51 short t_timer[TCPT_NTIMERS]; /* tcp timers */
52 short t_rxtshift; /* log(2) of rexmt exp. backoff */
53 short t_rxtcur; /* current retransmit value */
54 short t_dupacks; /* consecutive dup acks recd */
110 short t_idle; /* inactivity time */
111 short t_rtt; /* round trip time */
113 short t_srtt; /* smoothed round-trip time */
114 short t_rttvar; /* variance in round-trip time */
123 short t_softerror; /* possible error not yet reported */
206 /* u_long tcps_rcvshort; */ /* packets received too short */