OpenVAS Libraries
9.0.1
|
#include <sys/types.h>
Go to the source code of this file.
Functions | |
int | bpf_open_live (char *, char *) |
u_char * | bpf_next (int, int *) |
u_char * | bpf_next_tv (int, int *, struct timeval *) |
void | bpf_close (int) |
int | bpf_datalink (int) |
void bpf_close | ( | int | ) |
int bpf_datalink | ( | int | ) |
u_char* bpf_next | ( | int | , |
int * | |||
) |
u_char* bpf_next_tv | ( | int | , |
int * | , | ||
struct timeval * | |||
) |
int bpf_open_live | ( | char * | iface, |
char * | filter | ||
) |