suricata
|
Go to the source code of this file.
Data Structures | |
struct | IPv6Type |
Typedefs | |
typedef struct IPv6Type | IPv6Type |
Functions | |
int | IPv6Set (void *dst, void *src) |
int | IPv6JsonSet (void *dst, void *src) |
bool | IPv6Compare (void *a, void *b) |
uint32_t | IPv6Hash (uint32_t hash_seed, void *s) |
void | IPv6Free (void *s) |
void | IPv6JsonFree (void *s) |
uint32_t | IPv6JsonGetLength (void *s) |
Definition in file datasets-ipv6.h.
bool IPv6Compare | ( | void * | a, |
void * | b | ||
) |
Definition at line 56 of file datasets-ipv6.c.
References IPv6Type::ipv6.
void IPv6Free | ( | void * | s | ) |
Definition at line 71 of file datasets-ipv6.c.
uint32_t IPv6Hash | ( | uint32_t | hash_seed, |
void * | s | ||
) |
Definition at line 64 of file datasets-ipv6.c.
References hashword(), and str.
void IPv6JsonFree | ( | void * | s | ) |
Definition at line 75 of file datasets-ipv6.c.
References IPv6Type::json, SCFree, and DataJsonType::value.
uint32_t IPv6JsonGetLength | ( | void * | s | ) |
Definition at line 83 of file datasets-ipv6.c.
References IPv6Type::json, and DataJsonType::len.
int IPv6JsonSet | ( | void * | dst, |
void * | src | ||
) |
Definition at line 42 of file datasets-ipv6.c.
References DatajsonCopyJson(), dst, IPv6Set(), IPv6Type::json, and src.
int IPv6Set | ( | void * | dst, |
void * | src | ||
) |
Definition at line 33 of file datasets-ipv6.c.
References dst, IPv6Type::ipv6, IPv6Type::rep, and src.
Referenced by IPv6JsonSet().