| addSacks(const Ptr< TcpHeader > &tcpHeader) | inet::tcp::TcpConnection | protectedvirtual |
| cloneListeningConnection() | inet::tcp::TcpConnection | protectedvirtual |
| configureStateVariables() | inet::tcp::TcpConnection | protectedvirtual |
| connEstabTimer | inet::tcp::TcpConnection | protected |
| convertSimtimeToTS(simtime_t simtime) | inet::tcp::TcpConnection | static |
| convertTSToSimtime(uint32_t timestamp) | inet::tcp::TcpConnection | static |
| dscp | inet::tcp::TcpConnection | |
| dupAcksSignal | inet::tcp::TcpConnection | static |
| eventName(int event) | inet::tcp::TcpConnection | static |
| finWait2Timer | inet::tcp::TcpConnection | protected |
| fsm | inet::tcp::TcpConnection | protected |
| getFsmState() const | inet::tcp::TcpConnection | inline |
| getListeningSocketId() const | inet::tcp::TcpConnection | inline |
| getLocalAddr() const | inet::tcp::TcpConnection | inline |
| getLocalAddress() const | inet::tcp::TcpConnection | inline |
| getLocalPort() const | inet::tcp::TcpConnection | inline |
| getReceiveQueue() const | inet::tcp::TcpConnection | inlineprotected |
| getReceiveQueue() | inet::tcp::TcpConnection | inline |
| getRemoteAddr() const | inet::tcp::TcpConnection | inline |
| getRemoteAddress() const | inet::tcp::TcpConnection | inline |
| getRemotePort() const | inet::tcp::TcpConnection | inline |
| getRexmitQueue() const | inet::tcp::TcpConnection | inline |
| getRexmitQueue() | inet::tcp::TcpConnection | inline |
| getSendQueue() const | inet::tcp::TcpConnection | inlineprotected |
| getSendQueue() | inet::tcp::TcpConnection | inline |
| getSocketId() const | inet::tcp::TcpConnection | inline |
| getState() const | inet::tcp::TcpConnection | inline |
| getState() | inet::tcp::TcpConnection | inline |
| getTcpAlgorithm() const | inet::tcp::TcpConnection | inlineprotected |
| getTcpAlgorithm() | inet::tcp::TcpConnection | inline |
| getTcpMain() | inet::tcp::TcpConnection | inline |
| getTSecr(const Ptr< const TcpHeader > &tcpHeader) const | inet::tcp::TcpConnection | protectedvirtual |
| getTSval(const Ptr< const TcpHeader > &tcpHeader) const | inet::tcp::TcpConnection | protectedvirtual |
| handleMessage(cMessage *msg) | inet::tcp::TcpConnection | virtual |
| hasEnoughSpaceForSegmentInReceiveQueue(Packet *tcpSegment, const Ptr< const TcpHeader > &tcpHeader) | inet::tcp::TcpConnection | virtual |
| indicationName(int code) | inet::tcp::TcpConnection | static |
| initClonedConnection(TcpConnection *listenerConn) | inet::tcp::TcpConnection | protectedvirtual |
| initConnection(TcpOpenCommand *openCmd) | inet::tcp::TcpConnection | protectedvirtual |
| initConnection(Tcp *mod, int socketId) | inet::tcp::TcpConnection | |
| initialize() | inet::tcp::TcpConnection | inline |
| isLost(uint32_t seqNum) | inet::tcp::TcpConnection | virtual |
| isSegmentAcceptable(Packet *tcpSegment, const Ptr< const TcpHeader > &tcpHeader) const | inet::tcp::TcpConnection | protectedvirtual |
| isSendQueueEmpty() | inet::tcp::TcpConnection | virtual |
| isToBeAccepted() const | inet::tcp::TcpConnection | inlineprotectedvirtual |
| listeningSocketId | inet::tcp::TcpConnection | |
| localAddr | inet::tcp::TcpConnection | |
| localPort | inet::tcp::TcpConnection | |
| nextSeg(uint32_t &seqNum) | inet::tcp::TcpConnection | virtual |
| optionName(int option) | inet::tcp::TcpConnection | static |
| performStateTransition(const TcpEventCode &event) | inet::tcp::TcpConnection | protectedvirtual |
| pipeSignal | inet::tcp::TcpConnection | static |
| preanalyseAppCommandEvent(int commandCode) | inet::tcp::TcpConnection | protectedvirtual |
| printConnBrief() const | inet::tcp::TcpConnection | virtual |
| printSegmentBrief(Packet *tcpSegment, const Ptr< const TcpHeader > &tcpHeader) | inet::tcp::TcpConnection | static |
| process_ABORT(TcpEventCode &event, TcpCommand *tcpCommand, cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| process_ACCEPT(TcpEventCode &event, TcpCommand *tcpCommand, cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| process_CLOSE(TcpEventCode &event, TcpCommand *tcpCommand, cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| process_DESTROY(TcpEventCode &event, TcpCommand *tcpCommand, cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| process_OPEN_ACTIVE(TcpEventCode &event, TcpCommand *tcpCommand, cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| process_OPEN_PASSIVE(TcpEventCode &event, TcpCommand *tcpCommand, cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| process_OPTIONS(TcpEventCode &event, TcpCommand *tcpCommand, cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| process_QUEUE_BYTES_LIMIT(TcpEventCode &event, TcpCommand *tcpCommand, cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| process_RCV_SEGMENT(Packet *tcpSegment, const Ptr< const TcpHeader > &tcpHeader, L3Address src, L3Address dest) | inet::tcp::TcpConnection | protectedvirtual |
| process_READ_REQUEST(TcpEventCode &event, TcpCommand *tcpCommand, cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| process_SEND(TcpEventCode &event, TcpCommand *tcpCommand, cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| process_STATUS(TcpEventCode &event, TcpCommand *tcpCommand, cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| process_TIMEOUT_2MSL() | inet::tcp::TcpConnection | protectedvirtual |
| process_TIMEOUT_CONN_ESTAB() | inet::tcp::TcpConnection | protectedvirtual |
| process_TIMEOUT_FIN_WAIT_2() | inet::tcp::TcpConnection | protectedvirtual |
| process_TIMEOUT_SYN_REXMIT(TcpEventCode &event) | inet::tcp::TcpConnection | protectedvirtual |
| processAckInEstabEtc(Packet *tcpSegment, const Ptr< const TcpHeader > &tcpHeader) | inet::tcp::TcpConnection | protectedvirtual |
| processAppCommand(cMessage *msg) | inet::tcp::TcpConnection | virtual |
| processMSSOption(const Ptr< const TcpHeader > &tcpHeader, const TcpOptionMaxSegmentSize &option) | inet::tcp::TcpConnection | protectedvirtual |
| processRstInSynReceived(const Ptr< const TcpHeader > &tcpHeader) | inet::tcp::TcpConnection | protectedvirtual |
| processSACKOption(const Ptr< const TcpHeader > &tcpHeader, const TcpOptionSack &option) | inet::tcp::TcpConnection | protectedvirtual |
| processSACKPermittedOption(const Ptr< const TcpHeader > &tcpHeader, const TcpOptionSackPermitted &option) | inet::tcp::TcpConnection | protectedvirtual |
| processSegment1stThru8th(Packet *tcpSegment, const Ptr< const TcpHeader > &tcpHeader) | inet::tcp::TcpConnection | protectedvirtual |
| processSegmentInListen(Packet *tcpSegment, const Ptr< const TcpHeader > &tcpHeader, L3Address src, L3Address dest) | inet::tcp::TcpConnection | protectedvirtual |
| processSegmentInSynSent(Packet *tcpSegment, const Ptr< const TcpHeader > &tcpHeader, L3Address src, L3Address dest) | inet::tcp::TcpConnection | protectedvirtual |
| processSynInListen(Packet *tcpSegment, const Ptr< const TcpHeader > &tcpHeader, L3Address srcAddr, L3Address destAddr) | inet::tcp::TcpConnection | protectedvirtual |
| processTCPSegment(Packet *tcpSegment, const Ptr< const TcpHeader > &tcpHeader, L3Address srcAddr, L3Address destAddr) | inet::tcp::TcpConnection | virtual |
| processTimer(cMessage *msg) | inet::tcp::TcpConnection | virtual |
| processTSOption(const Ptr< const TcpHeader > &tcpHeader, const TcpOptionTimestamp &option) | inet::tcp::TcpConnection | protectedvirtual |
| processWSOption(const Ptr< const TcpHeader > &tcpHeader, const TcpOptionWindowScale &option) | inet::tcp::TcpConnection | protectedvirtual |
| rcvAckSignal | inet::tcp::TcpConnection | static |
| rcvAdvSignal | inet::tcp::TcpConnection | static |
| rcvNASegSignal | inet::tcp::TcpConnection | static |
| rcvOooSegSignal | inet::tcp::TcpConnection | static |
| rcvSacksSignal | inet::tcp::TcpConnection | static |
| rcvSeqSignal | inet::tcp::TcpConnection | static |
| rcvWndSignal | inet::tcp::TcpConnection | static |
| readHeaderOptions(const Ptr< const TcpHeader > &tcpHeader) | inet::tcp::TcpConnection | protectedvirtual |
| receiveQueue | inet::tcp::TcpConnection | protected |
| remoteAddr | inet::tcp::TcpConnection | |
| remotePort | inet::tcp::TcpConnection | |
| retransmitData() | inet::tcp::TcpConnection | virtual |
| retransmitOneSegment(bool called_at_rto) | inet::tcp::TcpConnection | virtual |
| rexmitQueue | inet::tcp::TcpConnection | |
| sackedBytesSignal | inet::tcp::TcpConnection | static |
| segmentArrivalWhileClosed(Packet *tcpSegment, const Ptr< const TcpHeader > &tcpHeader, L3Address src, L3Address dest) | inet::tcp::TcpConnection | virtual |
| selectInitialSeqNum() | inet::tcp::TcpConnection | protectedvirtual |
| sendAck() | inet::tcp::TcpConnection | virtual |
| sendAvailableDataToApp() | inet::tcp::TcpConnection | protectedvirtual |
| sendAvailableIndicationToApp() | inet::tcp::TcpConnection | protectedvirtual |
| sendData(uint32_t congestionWindow) | inet::tcp::TcpConnection | virtual |
| sendDataDuringLossRecoveryPhase(uint32_t congestionWindow) | inet::tcp::TcpConnection | virtual |
| sendEstabIndicationToApp() | inet::tcp::TcpConnection | protectedvirtual |
| sendFin() | inet::tcp::TcpConnection | virtual |
| sendIndicationToApp(int code, const int id=0) | inet::tcp::TcpConnection | protectedvirtual |
| sendOneNewSegment(bool fullSegmentsOnly, uint32_t congestionWindow) | inet::tcp::TcpConnection | virtual |
| sendProbe() | inet::tcp::TcpConnection | virtual |
| sendQueue | inet::tcp::TcpConnection | protected |
| sendRst(uint32_t seqNo) | inet::tcp::TcpConnection | virtual |
| sendRst(uint32_t seq, L3Address src, L3Address dest, int srcPort, int destPort) | inet::tcp::TcpConnection | virtual |
| sendRstAck(uint32_t seq, uint32_t ack, L3Address src, L3Address dest, int srcPort, int destPort) | inet::tcp::TcpConnection | virtual |
| sendSegment(uint32_t bytes) | inet::tcp::TcpConnection | virtual |
| sendSegmentDuringLossRecoveryPhase(uint32_t seqNum) | inet::tcp::TcpConnection | virtual |
| sendSyn() | inet::tcp::TcpConnection | protectedvirtual |
| sendSynAck() | inet::tcp::TcpConnection | protectedvirtual |
| sendToApp(cMessage *msg) | inet::tcp::TcpConnection | protectedvirtual |
| sendToIP(Packet *tcpSegment, const Ptr< TcpHeader > &tcpHeader) | inet::tcp::TcpConnection | virtual |
| sendToIP(Packet *pkt, const Ptr< TcpHeader > &tcpHeader, L3Address src, L3Address dest) | inet::tcp::TcpConnection | protectedvirtual |
| setPipe() | inet::tcp::TcpConnection | virtual |
| setSocketId(int newSocketId) | inet::tcp::TcpConnection | inline |
| signalConnectionTimeout() | inet::tcp::TcpConnection | virtual |
| sndAckSignal | inet::tcp::TcpConnection | static |
| sndNxtSignal | inet::tcp::TcpConnection | static |
| sndSacksSignal | inet::tcp::TcpConnection | static |
| sndWndSignal | inet::tcp::TcpConnection | static |
| socketId | inet::tcp::TcpConnection | |
| startSynRexmitTimer() | inet::tcp::TcpConnection | virtual |
| state | inet::tcp::TcpConnection | protected |
| stateEntered(int state, int oldState, TcpEventCode event) | inet::tcp::TcpConnection | protectedvirtual |
| stateName(int state) | inet::tcp::TcpConnection | static |
| stateSignal | inet::tcp::TcpConnection | static |
| synRexmitTimer | inet::tcp::TcpConnection | protected |
| tcpAlgorithm | inet::tcp::TcpConnection | protected |
| TcpConnection() | inet::tcp::TcpConnection | inline |
| TcpConnection(const TcpConnection &other) | inet::tcp::TcpConnection | inline |
| tcpConnectionAddedSignal | inet::tcp::TcpConnection | static |
| tcpMain | inet::tcp::TcpConnection | protected |
| tcpRcvPayloadBytesSignal | inet::tcp::TcpConnection | static |
| tcpRcvQueueBytesSignal | inet::tcp::TcpConnection | static |
| tcpRcvQueueDropsSignal | inet::tcp::TcpConnection | static |
| the2MSLTimer | inet::tcp::TcpConnection | protected |
| tos | inet::tcp::TcpConnection | |
| tryFastRoute(const Ptr< const TcpHeader > &tcpHeader) | inet::tcp::TcpConnection | protectedvirtual |
| ttl | inet::tcp::TcpConnection | |
| unackedSignal | inet::tcp::TcpConnection | static |
| updateRcvQueueVars() | inet::tcp::TcpConnection | virtual |
| updateRcvWnd() | inet::tcp::TcpConnection | virtual |
| updateWndInfo(const Ptr< const TcpHeader > &tcpHeader, bool doAlways=false) | inet::tcp::TcpConnection | virtual |
| writeHeaderOptions(const Ptr< TcpHeader > &tcpHeader) | inet::tcp::TcpConnection | protectedvirtual |
| ~TcpConnection() | inet::tcp::TcpConnection | virtual |