|
| | AxisTcp () |
| |
| | AxisTcp (AxisRaw axisRaw) |
| |
| | AxisTcp (LE_tData tdata, LE_tKeep tkeep, LE_tLast tlast) |
| |
| | AxisTcp (const AxisTcp &axisTcp) |
| |
| void | setTcpSrcPort (TcpPort port) |
| |
| TcpPort | getTcpSrcPort () |
| |
| LE_TcpPort | getLE_TcpSrcPort () |
| |
| void | setTcpDstPort (TcpPort port) |
| |
| TcpPort | getTcpDstPort () |
| |
| LE_TcpPort | getLE_TcpDstPort () |
| |
| void | setTcpSeqNum (TcpSeqNum num) |
| |
| TcpSeqNum | getTcpSeqNum () |
| |
| void | setTcpAckNum (TcpAckNum num) |
| |
| TcpAckNum | getTcpAckNum () |
| |
| void | setTcpDataOff (TcpDataOff offset) |
| |
| TcpDataOff | getTcpDataOff () |
| |
| void | setTcpCtrlFin (TcpCtrlBit bit) |
| |
| TcpCtrlBit | getTcpCtrlFin () |
| |
| void | setTcpCtrlSyn (TcpCtrlBit bit) |
| |
| TcpCtrlBit | getTcpCtrlSyn () |
| |
| void | setTcpCtrlRst (TcpCtrlBit bit) |
| |
| TcpCtrlBit | getTcpCtrlRst () |
| |
| void | setTcpCtrlPsh (TcpCtrlBit bit) |
| |
| TcpCtrlBit | getTcpCtrlPsh () |
| |
| void | setTcpCtrlAck (TcpCtrlBit bit) |
| |
| TcpCtrlBit | getTcpCtrlAck () |
| |
| void | setTcpCtrlUrg (TcpCtrlBit bit) |
| |
| TcpCtrlBit | getTcpCtrlUrg () |
| |
| void | setTcpWindow (TcpWindow win) |
| |
| TcpWindow | getTcpWindow () |
| |
| void | setTcpChecksum (TcpChecksum csum) |
| |
| TcpChecksum | getTcpChecksum () |
| |
| void | setTcpUrgPtr (TcpUrgPtr ptr) |
| |
| TcpUrgPtr | getTcpUrgPtr () |
| |
| void | setTcpOptKind (TcpOptKind val) |
| |
| TcpOptKind | getTcpOptKind () |
| |
| void | setTcpOptMss (TcpOptMss val) |
| |
| TcpOptMss | getTcpOptMss () |
| |
| | AxisRaw () |
| |
| | AxisRaw (LE_tData tdata, LE_tKeep tkeep, LE_tLast tlast) |
| |
| tData | getTData (int leHi=64 -1, int leLo=0) const |
| |
| tKeep | getTKeep (int leHi=64/8-1, int leLo=0) const |
| |
| tLast | getTLast () const |
| |
| void | setTData (tData data) |
| |
| void | setTKeep (tKeep keep) |
| |
| void | setTLast (tLast last) |
| |
| LE_tData | getLE_TData (int leHi=64 -1, int leLo=0) const |
| |
| LE_tKeep | getLE_TKeep (int leHi=64/8-1, int leLo=0) const |
| |
| LE_tLast | getLE_TLast () const |
| |
| void | setLE_TData (LE_tData data, int leHi=64 -1, int leLo=0) |
| |
| void | setLE_TKeep (LE_tKeep keep, int leHi=64/8-1, int leLo=0) |
| |
| void | setLE_TLast (LE_tLast last) |
| |
| tDataHalf | getTDataHi () const |
| |
| tDataHalf | getTDataLo () const |
| |
| tKeepHalf | getTKeepHi () const |
| |
| tKeepHalf | getTKeepLo () const |
| |
| void | setTDataHi (tDataHalf halfData) |
| |
| void | setTDataLo (tDataHalf halfData) |
| |
| void | setTKeepHi (tKeepHalf halfKeep) |
| |
| void | setTKeepLo (tKeepHalf halfKeep) |
| |
| LE_tDataHalf | getLE_TDataHi () const |
| |
| LE_tDataHalf | getLE_TDataLo () const |
| |
| void | setLE_TDataHi (LE_tData data) |
| |
| void | setLE_TDataLo (LE_tData data) |
| |
| void | clearUnusedBytes () |
| |
| int | getLen () const |
| |
| int | getLenHi () |
| |
| int | getLenLo () |
| |
| bool | isValid () const |
| |
TCP Data over AXI4-STREAM As Encoded by the 10GbE MAC (.i.e LITTLE-ENDIAN order).
Definition at line 137 of file AxisTcp.hpp.