|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:191 by opp_msgtool.
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 const L3Address & | getLocalAddr () const |
| virtual L3Address & | getLocalAddrForUpdate () |
| virtual void | setLocalAddr (const L3Address &localAddr) |
| virtual const L3Address & | getRemoteAddr () const |
| virtual L3Address & | getRemoteAddrForUpdate () |
| 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 | getUserId () const |
| virtual void | setUserId (int userId) |
Protected Member Functions | |
| bool | operator== (const TcpStatusInfo &)=delete |
Protected Member Functions inherited from inet::TcpCommand | |
| bool | operator== (const TcpCommand &)=delete |
Protected Attributes | |
| int | state = 0 |
| ::omnetpp::opp_string | stateName |
| L3Address | localAddr |
| L3Address | remoteAddr |
| int | localPort = 0 |
| int | remotePort = 0 |
| unsigned int | snd_mss = 0 |
| unsigned int | snd_una = 0 |
| unsigned int | snd_nxt = 0 |
| unsigned int | snd_max = 0 |
| unsigned int | snd_wnd = 0 |
| unsigned int | snd_up = 0 |
| unsigned int | snd_wl1 = 0 |
| unsigned int | snd_wl2 = 0 |
| unsigned int | iss = 0 |
| unsigned int | rcv_nxt = 0 |
| unsigned int | rcv_wnd = 0 |
| unsigned int | rcv_up = 0 |
| unsigned int | irs = 0 |
| bool | fin_ack_rcvd = false |
Protected Attributes inherited from inet::TcpCommand | |
| int | userId = -1 |
Private Member Functions | |
| void | copy (const TcpStatusInfo &other) |
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:191 by opp_msgtool.
// // 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 |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| TcpStatusInfo& inet::TcpStatusInfo::operator= | ( | const TcpStatusInfo & | other | ) |
|
protecteddelete |
|
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 |