suricata
|
#include "datasets-reputation.h"
Go to the source code of this file.
Data Structures | |
struct | IPv6Type |
Typedefs | |
typedef struct IPv6Type | IPv6Type |
Functions | |
int | IPv6Set (void *dst, void *src) |
bool | IPv6Compare (void *a, void *b) |
uint32_t | IPv6Hash (uint32_t hash_seed, void *s) |
void | IPv6Free (void *s) |
Definition in file datasets-ipv6.h.
bool IPv6Compare | ( | void * | a, |
void * | b | ||
) |
Definition at line 41 of file datasets-ipv6.c.
References IPv6Type::ipv6.
void IPv6Free | ( | void * | s | ) |
Definition at line 56 of file datasets-ipv6.c.
uint32_t IPv6Hash | ( | uint32_t | hash_seed, |
void * | s | ||
) |
Definition at line 49 of file datasets-ipv6.c.
References hashword(), and str.
int IPv6Set | ( | void * | dst, |
void * | src | ||
) |
Definition at line 32 of file datasets-ipv6.c.
References dst, IPv6Type::ipv6, IPv6Type::rep, and src.