DESERT 3.5.1
Loading...
Searching...
No Matches
hdr_uwip Struct Reference

#include <uwip-module.h>

Public Member Functions

uint8_t & saddr ()
 
uint8_t & daddr ()
 

Static Public Member Functions

static int & offset ()
 
static hdr_uwipaccess (const Packet *p)
 

Public Attributes

uint8_t saddr_
 
uint8_t daddr_
 

Static Public Attributes

static int offset_
 

Detailed Description

hdr_uwip describes UWIP packets.

Definition at line 70 of file uwip-module.h.

Member Function Documentation

◆ access()

static hdr_uwip * hdr_uwip::access ( const Packet *  p)
inlinestatic

Definition at line 86 of file uwip-module.h.

◆ daddr()

uint8_t & hdr_uwip::daddr ( )
inline

Reference to the daddr_ variable.

Definition at line 104 of file uwip-module.h.

◆ offset()

static int & hdr_uwip::offset ( )
inlinestatic

Reference to the offset_ variable.

Definition at line 80 of file uwip-module.h.

◆ saddr()

uint8_t & hdr_uwip::saddr ( )
inline

Reference to the saddr_ variable.

Definition at line 95 of file uwip-module.h.

Member Data Documentation

◆ daddr_

uint8_t hdr_uwip::daddr_

IP of the destination.

Definition at line 72 of file uwip-module.h.

◆ offset_

int hdr_uwip::offset_
static

Required by the PacketHeaderManager.

Definition at line 74 of file uwip-module.h.

◆ saddr_

uint8_t hdr_uwip::saddr_

IP of the source.

Definition at line 71 of file uwip-module.h.


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