Apache Mesos
Variables
routing::diagnosis::socket::state Namespace Reference

Variables

const int UNKNOWN = 0
 
const int ESTABLISHED = 1 << 1
 
const int SYN_SENT = 1 << 2
 
const int SYN_RECV = 1 << 3
 
const int FIN_WAIT1 = 1 << 4
 
const int FIN_WAIT2 = 1 << 5
 
const int TIME_WAIT = 1 << 6
 
const int CLOSE = 1 << 7
 
const int CLOSE_WAIT = 1 << 8
 
const int LAST_ACK = 1 << 9
 
const int LISTEN = 1 << 10
 
const int CLOSING = 1 << 11
 
const int MAX = 1 << 12
 
const int ALL = MAX - 1
 

Variable Documentation

const int routing::diagnosis::socket::state::ALL = MAX - 1
const int routing::diagnosis::socket::state::CLOSE = 1 << 7
const int routing::diagnosis::socket::state::CLOSE_WAIT = 1 << 8
const int routing::diagnosis::socket::state::CLOSING = 1 << 11
const int routing::diagnosis::socket::state::ESTABLISHED = 1 << 1
const int routing::diagnosis::socket::state::FIN_WAIT1 = 1 << 4
const int routing::diagnosis::socket::state::FIN_WAIT2 = 1 << 5
const int routing::diagnosis::socket::state::LAST_ACK = 1 << 9
const int routing::diagnosis::socket::state::LISTEN = 1 << 10
const int routing::diagnosis::socket::state::MAX = 1 << 12
const int routing::diagnosis::socket::state::SYN_RECV = 1 << 3
const int routing::diagnosis::socket::state::SYN_SENT = 1 << 2
const int routing::diagnosis::socket::state::TIME_WAIT = 1 << 6
const int routing::diagnosis::socket::state::UNKNOWN = 0