struct io.IpPseudoHdr

struct IpPseudoHdr
{
    // fields

    bigendian unsigned int m_srcAddress;
    bigendian unsigned int m_dstAddress;
    uint8_t m_zero;
    uint8_t m_protocol;
    bigendian unsigned short m_length;
};