OpenVAS Libraries
9.0.1
|
Macros | |
#define | NUM_CLIENTS 128 |
Functions | |
int | bpf_open_live (char *iface, char *filter) |
u_char * | bpf_next_tv (int bpf, int *caplen, struct timeval *tv) |
u_char * | bpf_next (int bpf, int *caplen) |
int | bpf_datalink (int bpf) |
void | bpf_close (int bpf) |
#define NUM_CLIENTS 128 |
void bpf_close | ( | int | bpf | ) |
int bpf_datalink | ( | int | bpf | ) |
u_char* bpf_next | ( | int | bpf, |
int * | caplen | ||
) |
u_char* bpf_next_tv | ( | int | bpf, |
int * | caplen, | ||
struct timeval * | tv | ||
) |
int bpf_open_live | ( | char * | iface, |
char * | filter | ||
) |