pollution: tcp_ca_state enum tcp_ca_state { TCP_CA_Open = 0, TCP_CA_Disorder = 1, TCP_CA_CWR = 2, TCP_CA_Recovery = 3, TCP_CA_Loss = 4 }; pollution: tcpi_state uint8_t tcpi_state; pollution: tcpi_ca_state uint8_t tcpi_ca_state; pollution: tcpi_retransmits uint8_t tcpi_retransmits; pollution: tcpi_probes uint8_t tcpi_probes; pollution: tcpi_backoff uint8_t tcpi_backoff; pollution: tcpi_options uint8_t tcpi_options; pollution: tcpi_snd_wscale pollution: tcpi_rcv_wscale __extension__ uint8_t tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; pollution: tcpi_rto uint32_t tcpi_rto; pollution: tcpi_ato uint32_t tcpi_ato; pollution: tcpi_snd_mss uint32_t tcpi_snd_mss; pollution: tcpi_rcv_mss uint32_t tcpi_rcv_mss; pollution: tcpi_unacked uint32_t tcpi_unacked; pollution: tcpi_sacked uint32_t tcpi_sacked; pollution: tcpi_lost uint32_t tcpi_lost; pollution: tcpi_retrans uint32_t tcpi_retrans; pollution: tcpi_fackets uint32_t tcpi_fackets; pollution: tcpi_last_data_sent uint32_t tcpi_last_data_sent; pollution: tcpi_last_ack_sent uint32_t tcpi_last_ack_sent; pollution: tcpi_last_data_recv uint32_t tcpi_last_data_recv; pollution: tcpi_last_ack_recv uint32_t tcpi_last_ack_recv; pollution: tcpi_pmtu uint32_t tcpi_pmtu; pollution: tcpi_rcv_ssthresh uint32_t tcpi_rcv_ssthresh; pollution: tcpi_rtt uint32_t tcpi_rtt; pollution: tcpi_rttvar uint32_t tcpi_rttvar; pollution: tcpi_snd_ssthresh uint32_t tcpi_snd_ssthresh; pollution: tcpi_snd_cwnd uint32_t tcpi_snd_cwnd; pollution: tcpi_advmss uint32_t tcpi_advmss; pollution: tcpi_reordering uint32_t tcpi_reordering; pollution: tcpi_rcv_rtt uint32_t tcpi_rcv_rtt; pollution: tcpi_rcv_space uint32_t tcpi_rcv_space; pollution: tcpi_total_retrans uint32_t tcpi_total_retrans; pollution: tcp_info struct tcp_info { uint8_t tcpi_state; uint8_t tcpi_ca_state; uint8_t tcpi_retransmits; uint8_t tcpi_probes; uint8_t tcpi_backoff; uint8_t tcpi_options; __extension__ uint8_t tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; uint32_t tcpi_rto; uint32_t tcpi_ato; uint32_t tcpi_snd_mss; uint32_t tcpi_rcv_mss; uint32_t tcpi_unacked; uint32_t tcpi_sacked; uint32_t tcpi_lost; uint32_t tcpi_retrans; uint32_t tcpi_fackets; uint32_t tcpi_last_data_sent; uint32_t tcpi_last_ack_sent; uint32_t tcpi_last_data_recv; uint32_t tcpi_last_ack_recv; uint32_t tcpi_pmtu; uint32_t tcpi_rcv_ssthresh; uint32_t tcpi_rtt; uint32_t tcpi_rttvar; uint32_t tcpi_snd_ssthresh; uint32_t tcpi_snd_cwnd; uint32_t tcpi_advmss; uint32_t tcpi_reordering; uint32_t tcpi_rcv_rtt; uint32_t tcpi_rcv_space; uint32_t tcpi_total_retrans; }; pollution: INT_LEAST16_MIN #define INT_LEAST16_MIN __MLIBC_INT16_MIN pollution: INT16_C #define INT16_C(x) __MLIBC_INT16_C(x) pollution: INT8_MAX #define INT8_MAX __MLIBC_INT8_MAX pollution: UINT_LEAST64_MAX #define UINT_LEAST64_MAX __MLIBC_UINT64_MAX pollution: INT16_MAX #define INT16_MAX __MLIBC_INT16_MAX pollution: TCPI_OPT_TIMESTAMPS #define TCPI_OPT_TIMESTAMPS 1 pollution: INT8_MIN #define INT8_MIN __MLIBC_INT8_MIN pollution: INT16_MIN #define INT16_MIN __MLIBC_INT16_MIN pollution: INT_FAST8_MAX #define INT_FAST8_MAX __MLIBC_INT_FAST8_MAX pollution: WCHAR_MAX #define WCHAR_MAX __MLIBC_WCHAR_MAX pollution: TCPI_OPT_ECN #define TCPI_OPT_ECN 8 pollution: INT_LEAST8_MAX #define INT_LEAST8_MAX __MLIBC_INT8_MAX pollution: INT_FAST8_MIN #define INT_FAST8_MIN __MLIBC_INT_FAST8_MIN pollution: WCHAR_MIN #define WCHAR_MIN __MLIBC_WCHAR_MIN pollution: UINT_FAST16_MAX #define UINT_FAST16_MAX __MLIBC_UINT_FAST16_MAX pollution: UINT16_C #define UINT16_C(x) __MLIBC_UINT16_C(x) pollution: TCPI_OPT_ECN_SEEN #define TCPI_OPT_ECN_SEEN 16 pollution: TCPI_OPT_SYN_DATA #define TCPI_OPT_SYN_DATA 32 pollution: INT32_MIN #define INT32_MIN __MLIBC_INT32_MIN pollution: INT64_C #define INT64_C(x) __MLIBC_INT64_C(x) pollution: UINT8_C #define UINT8_C(x) __MLIBC_UINT8_C(x) pollution: UINT_LEAST8_MAX #define UINT_LEAST8_MAX __MLIBC_UINT8_MAX pollution: INT_FAST16_MIN #define INT_FAST16_MIN __MLIBC_INT_FAST16_MIN pollution: PTRDIFF_MIN #define PTRDIFF_MIN __MLIBC_PTRDIFF_MIN pollution: SIZE_MAX #define SIZE_MAX __MLIBC_SIZE_MAX pollution: UINT64_C #define UINT64_C(x) __MLIBC_UINT64_C(x) pollution: WINT_MAX #define WINT_MAX __MLIBC_WINT_MAX pollution: UINTPTR_MAX #define UINTPTR_MAX __MLIBC_UINTPTR_MAX pollution: UINT_LEAST16_MAX #define UINT_LEAST16_MAX __MLIBC_UINT16_MAX pollution: INT64_MAX #define INT64_MAX __MLIBC_INT64_MAX pollution: UINT32_MAX #define UINT32_MAX __MLIBC_UINT32_MAX pollution: WINT_MIN #define WINT_MIN __MLIBC_WINT_MIN pollution: INT_LEAST32_MAX #define INT_LEAST32_MAX __MLIBC_INT32_MAX pollution: INT_LEAST8_MIN #define INT_LEAST8_MIN __MLIBC_INT8_MIN pollution: INT_LEAST32_MIN #define INT_LEAST32_MIN __MLIBC_INT32_MIN pollution: SIG_ATOMIC_MAX #define SIG_ATOMIC_MAX __MLIBC_SIG_ATOMIC_MAX pollution: INT32_MAX #define INT32_MAX __MLIBC_INT32_MAX pollution: UINT64_MAX #define UINT64_MAX __MLIBC_UINT64_MAX pollution: SIG_ATOMIC_MIN #define SIG_ATOMIC_MIN __MLIBC_SIG_ATOMIC_MIN pollution: TCPI_OPT_SACK #define TCPI_OPT_SACK 2 pollution: INTPTR_MAX #define INTPTR_MAX __MLIBC_INTPTR_MAX pollution: INT_LEAST64_MAX #define INT_LEAST64_MAX __MLIBC_INT64_MAX pollution: INTPTR_MIN #define INTPTR_MIN __MLIBC_INTPTR_MIN pollution: INT8_C #define INT8_C(x) __MLIBC_INT8_C(x) pollution: UINT_FAST32_MAX #define UINT_FAST32_MAX __MLIBC_UINT_FAST32_MAX pollution: INT_LEAST64_MIN #define INT_LEAST64_MIN __MLIBC_INT64_MIN pollution: UINTMAX_MAX #define UINTMAX_MAX __MLIBC_UINTMAX_MAX pollution: INT32_C #define INT32_C(x) __MLIBC_INT32_C(x) pollution: TCPI_OPT_WSCALE #define TCPI_OPT_WSCALE 4 pollution: INT_FAST16_MAX #define INT_FAST16_MAX __MLIBC_INT_FAST16_MAX pollution: INT_FAST32_MAX #define INT_FAST32_MAX __MLIBC_INT_FAST32_MAX pollution: UINT_FAST8_MAX #define UINT_FAST8_MAX __MLIBC_UINT_FAST8_MAX pollution: UINT8_MAX #define UINT8_MAX __MLIBC_UINT8_MAX pollution: UINT32_C #define UINT32_C(x) __MLIBC_UINT32_C(x) pollution: UINT_FAST64_MAX #define UINT_FAST64_MAX __MLIBC_UINT_FAST64_MAX pollution: INT_FAST32_MIN #define INT_FAST32_MIN __MLIBC_INT_FAST32_MIN pollution: SOL_TCP #define SOL_TCP 6 pollution: INTMAX_MAX #define INTMAX_MAX __MLIBC_INTMAX_MAX pollution: INTMAX_MIN #define INTMAX_MIN __MLIBC_INTMAX_MIN pollution: INT_FAST64_MAX #define INT_FAST64_MAX __MLIBC_INT_FAST64_MAX pollution: UINT_LEAST32_MAX #define UINT_LEAST32_MAX __MLIBC_UINT32_MAX pollution: UINTMAX_C #define UINTMAX_C(x) __MLIBC_UINTMAX_C(x) pollution: INTMAX_C #define INTMAX_C(x) __MLIBC_INTMAX_C(x) pollution: INT_FAST64_MIN #define INT_FAST64_MIN __MLIBC_INT_FAST64_MIN pollution: UINT16_MAX #define UINT16_MAX __MLIBC_UINT16_MAX pollution: PTRDIFF_MAX #define PTRDIFF_MAX __MLIBC_PTRDIFF_MAX pollution: INT_LEAST16_MAX #define INT_LEAST16_MAX __MLIBC_INT16_MAX pollution: INT64_MIN #define INT64_MIN __MLIBC_INT64_MIN