|
OpenVAS Scanner 23.23.1
|
Header file for module bpf_share. More...
#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) |
Header file for module bpf_share.
| 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 ) |