INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:198
by nedtool.
More...
#include <TCPCommand_m.h>
Public Member Functions | |
TCPStatusInfo () | |
TCPStatusInfo (const TCPStatusInfo &other) | |
virtual | ~TCPStatusInfo () |
TCPStatusInfo & | operator= (const TCPStatusInfo &other) |
virtual TCPStatusInfo * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual int | getState () const |
virtual void | setState (int state) |
virtual const char * | getStateName () const |
virtual void | setStateName (const char *stateName) |
virtual L3Address & | getLocalAddr () |
virtual const L3Address & | getLocalAddr () const |
virtual void | setLocalAddr (const L3Address &localAddr) |
virtual L3Address & | getRemoteAddr () |
virtual const L3Address & | getRemoteAddr () const |
virtual void | setRemoteAddr (const L3Address &remoteAddr) |
virtual int | getLocalPort () const |
virtual void | setLocalPort (int localPort) |
virtual int | getRemotePort () const |
virtual void | setRemotePort (int remotePort) |
virtual unsigned int | getSnd_mss () const |
virtual void | setSnd_mss (unsigned int snd_mss) |
virtual unsigned int | getSnd_una () const |
virtual void | setSnd_una (unsigned int snd_una) |
virtual unsigned int | getSnd_nxt () const |
virtual void | setSnd_nxt (unsigned int snd_nxt) |
virtual unsigned int | getSnd_max () const |
virtual void | setSnd_max (unsigned int snd_max) |
virtual unsigned int | getSnd_wnd () const |
virtual void | setSnd_wnd (unsigned int snd_wnd) |
virtual unsigned int | getSnd_up () const |
virtual void | setSnd_up (unsigned int snd_up) |
virtual unsigned int | getSnd_wl1 () const |
virtual void | setSnd_wl1 (unsigned int snd_wl1) |
virtual unsigned int | getSnd_wl2 () const |
virtual void | setSnd_wl2 (unsigned int snd_wl2) |
virtual unsigned int | getIss () const |
virtual void | setIss (unsigned int iss) |
virtual unsigned int | getRcv_nxt () const |
virtual void | setRcv_nxt (unsigned int rcv_nxt) |
virtual unsigned int | getRcv_wnd () const |
virtual void | setRcv_wnd (unsigned int rcv_wnd) |
virtual unsigned int | getRcv_up () const |
virtual void | setRcv_up (unsigned int rcv_up) |
virtual unsigned int | getIrs () const |
virtual void | setIrs (unsigned int irs) |
virtual bool | getFin_ack_rcvd () const |
virtual void | setFin_ack_rcvd (bool fin_ack_rcvd) |
Public Member Functions inherited from inet::TCPCommand | |
TCPCommand () | |
TCPCommand (const TCPCommand &other) | |
virtual | ~TCPCommand () |
TCPCommand & | operator= (const TCPCommand &other) |
virtual int | getConnId () const |
virtual void | setConnId (int connId) |
virtual int | getUserId () const |
virtual void | setUserId (int userId) |
Protected Member Functions | |
bool | operator== (const TCPStatusInfo &) |
Protected Member Functions inherited from inet::TCPCommand | |
bool | operator== (const TCPCommand &) |
Protected Attributes | |
int | state |
::omnetpp::opp_string | stateName |
L3Address | localAddr |
L3Address | remoteAddr |
int | localPort |
int | remotePort |
unsigned int | snd_mss |
unsigned int | snd_una |
unsigned int | snd_nxt |
unsigned int | snd_max |
unsigned int | snd_wnd |
unsigned int | snd_up |
unsigned int | snd_wl1 |
unsigned int | snd_wl2 |
unsigned int | iss |
unsigned int | rcv_nxt |
unsigned int | rcv_wnd |
unsigned int | rcv_up |
unsigned int | irs |
bool | fin_ack_rcvd |
Protected Attributes inherited from inet::TCPCommand | |
int | connId |
int | userId |
Private Member Functions | |
void | copy (const TCPStatusInfo &other) |
Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:198
by nedtool.
// // Sent with message kind TCP_I_STATUS, in response to command TCP_C_STATUS. // For explanation of variables, see RFC 793 or TCPStateVariables in // TCPConnection.h. // // @see ~TcpStatusInd, ~TcpCommandCode, ~ITCP // class TCPStatusInfo extends TCPCommand { int state; string stateName;
L3Address localAddr; L3Address remoteAddr; int localPort; int remotePort;
unsigned int snd_mss;
unsigned int snd_una; unsigned int snd_nxt; unsigned int snd_max; unsigned int snd_wnd; unsigned int snd_up; unsigned int snd_wl1; unsigned int snd_wl2; unsigned int iss;
unsigned int rcv_nxt; unsigned int rcv_wnd; unsigned int rcv_up; unsigned int irs;
bool fin_ack_rcvd; }
inet::TCPStatusInfo::TCPStatusInfo | ( | ) |
inet::TCPStatusInfo::TCPStatusInfo | ( | const TCPStatusInfo & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::TCPCommand.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Referenced by getLocalAddr().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Referenced by getRemoteAddr().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
TCPStatusInfo& inet::TCPStatusInfo::operator= | ( | const TCPStatusInfo & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::TCPCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::TCPCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::tcp::TCPConnection::process_STATUS().
|
virtual |
Referenced by inet::tcp::TCPConnection::process_STATUS().
|
virtual |
Referenced by inet::tcp::TCPConnection::process_STATUS().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::tcp::TCPConnection::process_STATUS().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::tcp::TCPConnection::process_STATUS().
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::tcp::TCPConnection::process_STATUS().
|
virtual |
Referenced by inet::tcp::TCPConnection::process_STATUS().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::tcp::TCPConnection::process_STATUS().
|
virtual |
Referenced by inet::tcp::TCPConnection::process_STATUS().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |