Home | History | Annotate | Download | only in pcap

Lines Matching refs:PCAP_API

58 PCAP_API struct	pcap_etherent *pcap_next_etherent(FILE *);
59 PCAP_API u_char *pcap_ether_hostton(const char*);
60 PCAP_API u_char *pcap_ether_aton(const char *);
62 PCAP_API bpf_u_int32 **pcap_nametoaddr(const char *);
63 PCAP_API struct addrinfo *pcap_nametoaddrinfo(const char *);
64 PCAP_API bpf_u_int32 pcap_nametonetaddr(const char *);
66 PCAP_API int pcap_nametoport(const char *, int *, int *);
67 PCAP_API int pcap_nametoportrange(const char *, int *, int *, int *);
68 PCAP_API int pcap_nametoproto(const char *);
69 PCAP_API int pcap_nametoeproto(const char *);
70 PCAP_API int pcap_nametollc(const char *);