suricata
|
#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 |
union { ... } Address_::address |
Referenced by FlowKeyGetHash().
uint32_t Address_::address_un_data32[4] |
Definition at line 111 of file decode.h.
Referenced by FlowKeyGetHash().
char Address_::family |
Definition at line 109 of file decode.h.
Referenced by AddressDebugPrint(), DetectAddressCmp(), DetectAddressCutIPv4(), DetectAddressCutNotIPv4(), DetectAddressLookupInHead(), FlowKeyGetHash(), IPOnlyMatchPacket(), SRepLoadCatFileFromFD(), SRepLoadFileFromFD(), TmqhOutputFlowIPPair(), and UTHBuildPacketIPV6Real().