Searched refs:PCAP_API (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/libpcap/pcap/ |
| H A D | pcap.h | 435 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 D | namedb.h | 64 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 D | bpf.h | 287 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 D | funcattrs.h | 147 #define PCAP_API PCAP_API_DEF extern macro
|
| /freebsd/contrib/libpcap/testprogs/ |
| H A D | filtertest.c | 68 PCAP_API void pcap_set_optimizer_debug(int); 69 PCAP_API void pcap_set_print_dot_graph(int);
|
| /freebsd/contrib/libpcap/ |
| H A D | nametoaddr.c | 584 PCAP_API struct eproto eproto_db[];
|
| H A D | aclocal.m4 | 109 # 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 D | pcap.c | 335 PCAP_API char pcap_version[]; 4582 PCAP_API void pcap_set_parser_debug(int value);
|
| H A D | optimize.c | 64 PCAP_API void pcap_set_optimizer_debug(int value); 89 PCAP_API void pcap_set_print_dot_graph(int value);
|
| H A D | CHANGES | 791 Go back to using PCAP_API on Windows.
|
| H A D | CMakeLists.txt | 2837 # symbols explicitly exported with PCAP_API will be visible outside
|