|
| AxisPsd4 () |
|
| AxisPsd4 (AxisRaw &axisRaw) |
|
| AxisPsd4 (LE_tData tdata, LE_tKeep tkeep, LE_tLast tlast) |
|
| AxisPsd4 (const AxisPsd4 &axisPsd4) |
|
void | setPsd4SrcAddr (Ip4Addr addr) |
|
Ip4Addr | getPsd4SrcAddr () |
|
void | setPsd4DstAddr (Ip4Addr addr) |
|
Ip4Addr | getPsd4DstAddr () |
|
void | setPsd4ResBits (Psd4Res res) |
|
Psd4Res | getPsd4ResBits () |
|
void | setPsd4Prot (Ip4Prot prot) |
|
Ip4Prot | getPsd4Prot () |
|
void | setPsd4Len (Ly4Len len) |
|
Ly4Len | getPsd4Len () |
|
void | setTcpSrcPort (TcpPort port) |
|
TcpPort | getTcpSrcPort () |
|
void | setTcpDstPort (TcpPort port) |
|
TcpPort | getTcpDstPort () |
|
void | setTcpSeqNum (TcpSeqNum num) |
|
TcpSeqNum | getTcpSeqNum () |
|
void | setTcpAckNum (TcpAckNum num) |
|
TcpAckNum | getTcpAckNum () |
|
void | setTcpCtrlNs (TcpCtrlBit bit) |
|
TcpCtrlBit | getTcpCtrlNs () |
|
void | setTcpResBits (TcpResBits res) |
|
TcpResBits | getTcpResBits () |
|
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 | setTcpCtrlEce (TcpCtrlBit bit) |
|
TcpCtrlBit | getTcpCtrlEce () |
|
void | setTcpCtrlCwr (TcpCtrlBit bit) |
|
TcpCtrlBit | getTcpCtrlCwr () |
|
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 | setTcpOptLen (TcpOptLen len) |
|
TcpOptLen | getTcpOptLend () |
|
void | setTcpOptMss (TcpOptMss val) |
|
TcpOptMss | getTcpOptMss () |
|
LE_TcpPort | getLE_TcpSrcPort () |
|
LE_TcpPort | getLE_TcpDstPort () |
|
void | setUdpSrcPort (UdpPort port) |
|
UdpPort | getUdpSrcPort () |
|
void | setUdpDstPort (UdpPort port) |
|
UdpPort | getUdpDstPort () |
|
void | setUdpLen (UdpLen len) |
|
UdpLen | getUdpLen () |
|
void | setUdpCsum (UdpCsum csum) |
|
TcpChecksum | getUdpCsum () |
|
| 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 |
|
PSD4 - PSEUDO-IPv4 Packet over AXI4-STREAMING As Encoded by the 10GbE MAC (.i.e LITTLE-ENDIAN order).
Definition at line 110 of file AxisPsd4.hpp.