Go to the source code of this file.
Classes | |
struct | pcap_etherent |
Macros | |
#define | PCAP_ETHERS_FILE "/etc/ethers" |
#define | PROTO_UNDEF -1 |
Functions | |
int | __pcap_atodn (const char *, bpf_u_int32 *) |
int | __pcap_atoin (const char *, bpf_u_int32 *) |
u_short | __pcap_nametodnaddr (const char *) |
u_char * | pcap_ether_aton (const char *) |
u_char * | pcap_ether_hostton (const char *) |
bpf_u_int32 ** | pcap_nametoaddr (const char *) |
int | pcap_nametoeproto (const char *) |
int | pcap_nametollc (const char *) |
bpf_u_int32 | pcap_nametonetaddr (const char *) |
int | pcap_nametoport (const char *, int *, int *) |
int | pcap_nametoportrange (const char *, int *, int *, int *) |
int | pcap_nametoproto (const char *) |
struct pcap_etherent * | pcap_next_etherent (FILE *) |
int __pcap_atodn | ( | const char * | , |
bpf_u_int32 * | |||
) |
int __pcap_atoin | ( | const char * | , |
bpf_u_int32 * | |||
) |
u_short __pcap_nametodnaddr | ( | const char * | ) |
u_char* pcap_ether_aton | ( | const char * | ) |
u_char* pcap_ether_hostton | ( | const char * | ) |
bpf_u_int32** pcap_nametoaddr | ( | const char * | ) |
int pcap_nametoeproto | ( | const char * | ) |
int pcap_nametollc | ( | const char * | ) |
bpf_u_int32 pcap_nametonetaddr | ( | const char * | ) |
int pcap_nametoport | ( | const char * | , |
int * | , | ||
int * | |||
) |
int pcap_nametoportrange | ( | const char * | , |
int * | , | ||
int * | , | ||
int * | |||
) |
int pcap_nametoproto | ( | const char * | ) |
struct pcap_etherent* pcap_next_etherent | ( | FILE * | ) |