Lines Matching refs:u_int32_t

41 typedef	u_int32_t tcp_seq;
210 u_int32_t tcpi_rto; /* Retransmission timeout (usec). */
211 u_int32_t __tcpi_ato;
212 u_int32_t tcpi_snd_mss; /* Max segment size for send. */
213 u_int32_t tcpi_rcv_mss; /* Max segment size for receive. */
215 u_int32_t __tcpi_unacked;
216 u_int32_t __tcpi_sacked;
217 u_int32_t __tcpi_lost;
218 u_int32_t __tcpi_retrans;
219 u_int32_t __tcpi_fackets;
222 u_int32_t __tcpi_last_data_sent;
223 u_int32_t __tcpi_last_ack_sent; /* Also unimpl. on Linux? */
224 u_int32_t tcpi_last_data_recv; /* Time since last recv data. */
225 u_int32_t __tcpi_last_ack_recv;
228 u_int32_t __tcpi_pmtu;
229 u_int32_t __tcpi_rcv_ssthresh;
230 u_int32_t tcpi_rtt; /* Smoothed RTT in usecs. */
231 u_int32_t tcpi_rttvar; /* RTT variance in usecs. */
232 u_int32_t tcpi_snd_ssthresh; /* Slow start threshold. */
233 u_int32_t tcpi_snd_cwnd; /* Send congestion window. */
234 u_int32_t __tcpi_advmss;
235 u_int32_t __tcpi_reordering;
237 u_int32_t __tcpi_rcv_rtt;
238 u_int32_t tcpi_rcv_space; /* Advertised recv window. */
241 u_int32_t tcpi_snd_wnd; /* Advertised send window. */
242 u_int32_t tcpi_snd_bwnd; /* No longer used. */
243 u_int32_t tcpi_snd_nxt; /* Next egress seqno */
244 u_int32_t tcpi_rcv_nxt; /* Next ingress seqno */
245 u_int32_t tcpi_toe_tid; /* HWTID for TOE endpoints */
246 u_int32_t tcpi_snd_rexmitpack; /* Retransmitted packets */
247 u_int32_t tcpi_rcv_ooopack; /* Out-of-order packets */
248 u_int32_t tcpi_snd_zerowin; /* Zero-sized windows sent */
251 u_int32_t __tcpi_pad[26]; /* Padding. */