OpenSDN source code
|
#include <packet_header.h>
Public Member Functions | |
PacketHeader () | |
Public Attributes | |
uint32_t | vrf |
IpAddress | src_ip |
const VnListType * | src_policy_id |
const SecurityGroupList * | src_sg_id_l |
TagList | src_tags_ |
uint32_t | src_sg_id |
IpAddress | dst_ip |
const VnListType * | dst_policy_id |
const SecurityGroupList * | dst_sg_id_l |
TagList | dst_tags_ |
uint8_t | protocol |
uint16_t | src_port |
uint16_t | dst_port |
Address::Family | family |
Definition at line 13 of file packet_header.h.
|
inline |
Definition at line 15 of file packet_header.h.
IpAddress PacketHeader::dst_ip |
Definition at line 24 of file packet_header.h.
const VnListType* PacketHeader::dst_policy_id |
Definition at line 25 of file packet_header.h.
uint16_t PacketHeader::dst_port |
Definition at line 30 of file packet_header.h.
const SecurityGroupList* PacketHeader::dst_sg_id_l |
Definition at line 26 of file packet_header.h.
TagList PacketHeader::dst_tags_ |
Definition at line 27 of file packet_header.h.
Address::Family PacketHeader::family |
Definition at line 31 of file packet_header.h.
uint8_t PacketHeader::protocol |
Definition at line 28 of file packet_header.h.
IpAddress PacketHeader::src_ip |
Definition at line 19 of file packet_header.h.
const VnListType* PacketHeader::src_policy_id |
Definition at line 20 of file packet_header.h.
uint16_t PacketHeader::src_port |
Definition at line 29 of file packet_header.h.
uint32_t PacketHeader::src_sg_id |
Definition at line 23 of file packet_header.h.
const SecurityGroupList* PacketHeader::src_sg_id_l |
Definition at line 21 of file packet_header.h.
TagList PacketHeader::src_tags_ |
Definition at line 22 of file packet_header.h.
uint32_t PacketHeader::vrf |
Definition at line 17 of file packet_header.h.