Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
vec_t Struct Reference

Represents a contiguous buffer fragment used as input to checksum computation routines. More...

#include <in_cksum.h>

Public Attributes

const uint8_t * ptr
 
int len
 

Detailed Description

Represents a contiguous buffer fragment used as input to checksum computation routines.

Member Data Documentation

◆ len

int vec_t::len

Length in bytes of the data buffer.

◆ ptr

const uint8_t* vec_t::ptr

Pointer to the start of the data buffer.


The documentation for this struct was generated from the following file: