OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GmpPacket Struct Reference

#include <gmp_proto.h>

Collaboration diagram for GmpPacket:

Public Member Functions

 GmpPacket (uint8_t *pkt, uint32_t pkt_len, IpAddress dst_addr)
 

Public Attributes

uint8_t * pkt_
 
uint32_t pkt_len_
 
IpAddress dst_addr_
 

Detailed Description

Definition at line 16 of file gmp_proto.h.

Constructor & Destructor Documentation

GmpPacket::GmpPacket ( uint8_t *  pkt,
uint32_t  pkt_len,
IpAddress  dst_addr 
)
inline

Definition at line 17 of file gmp_proto.h.

Member Data Documentation

IpAddress GmpPacket::dst_addr_

Definition at line 22 of file gmp_proto.h.

uint8_t* GmpPacket::pkt_

Definition at line 20 of file gmp_proto.h.

uint32_t GmpPacket::pkt_len_

Definition at line 21 of file gmp_proto.h.


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