Struct panda_sys::tcp_info[][src]

#[repr(C)]
pub struct tcp_info {
Show 32 fields pub tcpi_state: u8, pub tcpi_ca_state: u8, pub tcpi_retransmits: u8, pub tcpi_probes: u8, pub tcpi_backoff: u8, pub tcpi_options: u8, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, pub tcpi_rto: u32, pub tcpi_ato: u32, pub tcpi_snd_mss: u32, pub tcpi_rcv_mss: u32, pub tcpi_unacked: u32, pub tcpi_sacked: u32, pub tcpi_lost: u32, pub tcpi_retrans: u32, pub tcpi_fackets: u32, pub tcpi_last_data_sent: u32, pub tcpi_last_ack_sent: u32, pub tcpi_last_data_recv: u32, pub tcpi_last_ack_recv: u32, pub tcpi_pmtu: u32, pub tcpi_rcv_ssthresh: u32, pub tcpi_rtt: u32, pub tcpi_rttvar: u32, pub tcpi_snd_ssthresh: u32, pub tcpi_snd_cwnd: u32, pub tcpi_advmss: u32, pub tcpi_reordering: u32, pub tcpi_rcv_rtt: u32, pub tcpi_rcv_space: u32, pub tcpi_total_retrans: u32,
}

Fields

tcpi_state: u8tcpi_ca_state: u8tcpi_retransmits: u8tcpi_probes: u8tcpi_backoff: u8tcpi_options: u8_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>tcpi_rto: u32tcpi_ato: u32tcpi_snd_mss: u32tcpi_rcv_mss: u32tcpi_unacked: u32tcpi_sacked: u32tcpi_lost: u32tcpi_retrans: u32tcpi_fackets: u32tcpi_last_data_sent: u32tcpi_last_ack_sent: u32tcpi_last_data_recv: u32tcpi_last_ack_recv: u32tcpi_pmtu: u32tcpi_rcv_ssthresh: u32tcpi_rtt: u32tcpi_rttvar: u32tcpi_snd_ssthresh: u32tcpi_snd_cwnd: u32tcpi_advmss: u32tcpi_reordering: u32tcpi_rcv_rtt: u32tcpi_rcv_space: u32tcpi_total_retrans: u32

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.