Enum procfs::TcpState[][src]

pub enum TcpState {
    Established,
    SynSent,
    SynRecv,
    FinWait1,
    FinWait2,
    TimeWait,
    Close,
    CloseWait,
    LastAck,
    Listen,
    Closing,
    NewSynRecv,
}

Variants

Methods

impl TcpState
[src]

Trait Implementations

impl Debug for TcpState
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TcpState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for TcpState

impl Sync for TcpState