Home | History | Annotate | Download | only in netinet

Lines Matching refs:u_int32_t

60 typedef	u_int32_t tcp_seq;
96 u_int32_t seq;
97 u_int32_t ack_seq;
198 u_int32_t tcpi_rto;
199 u_int32_t tcpi_ato;
200 u_int32_t tcpi_snd_mss;
201 u_int32_t tcpi_rcv_mss;
203 u_int32_t tcpi_unacked;
204 u_int32_t tcpi_sacked;
205 u_int32_t tcpi_lost;
206 u_int32_t tcpi_retrans;
207 u_int32_t tcpi_fackets;
210 u_int32_t tcpi_last_data_sent;
211 u_int32_t tcpi_last_ack_sent; /* Not remembered, sorry. */
212 u_int32_t tcpi_last_data_recv;
213 u_int32_t tcpi_last_ack_recv;
216 u_int32_t tcpi_pmtu;
217 u_int32_t tcpi_rcv_ssthresh;
218 u_int32_t tcpi_rtt;
219 u_int32_t tcpi_rttvar;
220 u_int32_t tcpi_snd_ssthresh;
221 u_int32_t tcpi_snd_cwnd;
222 u_int32_t tcpi_advmss;
223 u_int32_t tcpi_reordering;
225 u_int32_t tcpi_rcv_rtt;
226 u_int32_t tcpi_rcv_space;
228 u_int32_t tcpi_total_retrans;
240 u_int32_t __tcpm_pad2; /* Zero. */