suricata
|
#include <datasets-ipv6.h>
Data Fields | ||
uint8_t | ipv6 [16] | |
union { | ||
DataRepType rep | ||
DataJsonType json | ||
}; | ||
Definition at line 30 of file datasets-ipv6.h.
union { ... } IPv6Type |
uint8_t IPv6Type::ipv6[16] |
Definition at line 31 of file datasets-ipv6.h.
Referenced by IPv6Compare(), and IPv6Set().
DataJsonType IPv6Type::json |
Definition at line 34 of file datasets-ipv6.h.
Referenced by IPv6JsonFree(), IPv6JsonGetLength(), and IPv6JsonSet().
DataRepType IPv6Type::rep |
Definition at line 33 of file datasets-ipv6.h.
Referenced by IPv6Set().