cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
AxisPsd4.hpp File Reference

: A class to access the fields of a TCP/IPv4 or UDP/IPv4 pseudo packet when transmitted over an AXI4-Stream interface. More...

#include "./AxisRaw.hpp"
#include "./AxisTcp.hpp"
Include dependency graph for AxisPsd4.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AxisPsd4
 

Macros

#define PSD4_HEADER_LEN   12
 

Typedefs

typedef ap_uint< 8 > Psd4Res
 

Detailed Description

: A class to access the fields of a TCP/IPv4 or UDP/IPv4 pseudo packet when transmitted over an AXI4-Stream interface.

System: : cloudFPGA Component : Shell, Network Transport Stack (NTS) Language : Vivado HLS

Definition in file AxisPsd4.hpp.

Macro Definition Documentation

◆ PSD4_HEADER_LEN

#define PSD4_HEADER_LEN   12

PSD4 - PSEUDO-HEADER LENGTH A pseudo IP4 packet has a default header len of 12 bytes.

Definition at line 98 of file AxisPsd4.hpp.

Typedef Documentation

◆ Psd4Res

typedef ap_uint< 8> Psd4Res

PSD4 - PSEUDO-HEADER FIELDS IN NETWORK BYTE ORDER

Definition at line 103 of file AxisPsd4.hpp.