Home
last modified time | relevance | path

Searched refs:PCAP_API (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libpcap/pcap/
H A Dpcap.h435 PCAP_API int pcap_init(unsigned int, char *);
444 PCAP_API char *pcap_lookupdev(char *);
447 PCAP_API int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *);
450 PCAP_API pcap_t *pcap_create(const char *, char *);
453 PCAP_API int pcap_set_snaplen(pcap_t *, int);
456 PCAP_API int pcap_set_promisc(pcap_t *, int);
459 PCAP_API int pcap_can_set_rfmon(pcap_t *);
462 PCAP_API int pcap_set_rfmon(pcap_t *, int);
465 PCAP_API int pcap_set_timeout(pcap_t *, int);
468 PCAP_API int pcap_set_tstamp_type(pcap_t *, int);
[all …]
H A Dnamedb.h64 PCAP_API struct pcap_etherent *pcap_next_etherent(FILE *);
67 PCAP_API u_char *pcap_ether_hostton(const char*);
70 PCAP_API u_char *pcap_ether_aton(const char *);
73 PCAP_API
78 PCAP_API struct addrinfo *pcap_nametoaddrinfo(const char *);
81 PCAP_API bpf_u_int32 pcap_nametonetaddr(const char *);
84 PCAP_API int pcap_nametoport(const char *, int *, int *);
87 PCAP_API int pcap_nametoportrange(const char *, int *, int *, int *);
90 PCAP_API int pcap_nametoproto(const char *);
93 PCAP_API int pcap_nametoeproto(const char *);
[all …]
H A Dbpf.h287 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
290 PCAP_API int bpf_validate(const struct bpf_insn *f, int len);
293 PCAP_API char *bpf_image(const struct bpf_insn *, int);
296 PCAP_API void bpf_dump(const struct bpf_program *, int);
H A Dfuncattrs.h147 #define PCAP_API PCAP_API_DEF extern macro
/freebsd/contrib/libpcap/testprogs/
H A Dfiltertest.c68 PCAP_API void pcap_set_optimizer_debug(int);
69 PCAP_API void pcap_set_print_dot_graph(int);
/freebsd/contrib/libpcap/
H A Dnametoaddr.c584 PCAP_API struct eproto eproto_db[];
H A Daclocal.m4109 # PCAP_API will be visible outside (shared) libraries.
128 # PCAP_API will be visible outside (shared) libraries.
209 # PCAP_API will be visible outside (shared) libraries.
H A Dpcap.c335 PCAP_API char pcap_version[];
4582 PCAP_API void pcap_set_parser_debug(int value);
H A Doptimize.c64 PCAP_API void pcap_set_optimizer_debug(int value);
89 PCAP_API void pcap_set_print_dot_graph(int value);
H A DCHANGES791 Go back to using PCAP_API on Windows.
H A DCMakeLists.txt2837 # symbols explicitly exported with PCAP_API will be visible outside