DESERT 3.5.1
Loading...
Searching...
No Matches
sun-hdr-pathestablishment.h File Reference
#include "sun-ipr-common-structures.h"
#include <packet.h>
Include dependency graph for sun-hdr-pathestablishment.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hdr_sun_path_est
 

Macros

#define HDR_SUN_PATH_EST(p)   (hdr_sun_path_est::access(p))
 
#define PATH_SEARCH   1
 
#define PATH_ANSWER   2
 
#define DATA_ACK   3
 
#define PATH_ERROR   4
 

Typedefs

typedef u_int8_t packet_path_est
 
typedef struct hdr_sun_path_est hdr_sun_path_est
 

Variables

packet_t PT_SUN_PATH_EST
 

Detailed Description

Provides the Path Establishment Messages header description.

Author
Giovanni Toso
Version
1.1.1

Definition in file sun-hdr-pathestablishment.h.

Macro Definition Documentation

◆ DATA_ACK

#define DATA_ACK   3

Definition at line 49 of file sun-hdr-pathestablishment.h.

◆ HDR_SUN_PATH_EST

#define HDR_SUN_PATH_EST (   p)    (hdr_sun_path_est::access(p))

Definition at line 46 of file sun-hdr-pathestablishment.h.

◆ PATH_ANSWER

#define PATH_ANSWER   2

Definition at line 48 of file sun-hdr-pathestablishment.h.

◆ PATH_ERROR

#define PATH_ERROR   4

Definition at line 50 of file sun-hdr-pathestablishment.h.

◆ PATH_SEARCH

#define PATH_SEARCH   1

Definition at line 47 of file sun-hdr-pathestablishment.h.

Typedef Documentation

◆ hdr_sun_path_est

hdr_sun_path_est describes path establishment packets used by UWSUN

◆ packet_path_est

typedef u_int8_t packet_path_est

Definition at line 54 of file sun-hdr-pathestablishment.h.

Variable Documentation

◆ PT_SUN_PATH_EST

packet_t PT_SUN_PATH_EST
extern