Home
last modified time | relevance | path

Searched defs:tcp_info (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtcp.h119 struct tcp_info struct
121 __u8 tcpi_state;
122 __u8 tcpi_ca_state;
123 __u8 tcpi_retransmits;
124 __u8 tcpi_probes;
125 __u8 tcpi_backoff;
126 __u8 tcpi_options;
127 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
129 __u32 tcpi_rto;
130 __u32 tcpi_ato;
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Dtcp.h188 struct tcp_info struct
190 u_int8_t tcpi_state;
191 u_int8_t tcpi_ca_state;
192 u_int8_t tcpi_retransmits;
193 u_int8_t tcpi_probes;
194 u_int8_t tcpi_backoff;
195 u_int8_t tcpi_options;
196 u_int8_t tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
198 u_int32_t tcpi_rto;
199 u_int32_t tcpi_ato;
[all …]