suricata
Address_ Struct Reference

#include <decode.h>

Data Fields

char family
 
union {
   uint32_t   address_un_data32 [4]
 
   uint16_t   address_un_data16 [8]
 
   uint8_t   address_un_data8 [16]
 
   struct in6_addr   address_un_in6
 
address
 

Detailed Description

Definition at line 116 of file decode.h.

Field Documentation

◆ address

union { ... } Address_::address

Referenced by FlowKeyGetHash().

◆ address_un_data16

uint16_t Address_::address_un_data16[8]

Definition at line 120 of file decode.h.

◆ address_un_data32

uint32_t Address_::address_un_data32[4]

Definition at line 119 of file decode.h.

Referenced by FlowKeyGetHash().

◆ address_un_data8

uint8_t Address_::address_un_data8[16]

Definition at line 121 of file decode.h.

◆ address_un_in6

struct in6_addr Address_::address_un_in6

Definition at line 121 of file decode.h.

◆ family


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