Searched refs:PCAP_API (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/libpcap/pcap/ |
| HD | pcap.h | 388 PCAP_API int pcap_init(unsigned int, char *); 396 PCAP_API char *pcap_lookupdev(char *) 400 PCAP_API int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *); 403 PCAP_API pcap_t *pcap_create(const char *, char *); 406 PCAP_API int pcap_set_snaplen(pcap_t *, int); 409 PCAP_API int pcap_set_promisc(pcap_t *, int); 412 PCAP_API int pcap_can_set_rfmon(pcap_t *); 415 PCAP_API int pcap_set_rfmon(pcap_t *, int); 418 PCAP_API int pcap_set_timeout(pcap_t *, int); 421 PCAP_API int pcap_set_tstamp_type(pcap_t *, int); [all …]
|
| HD | namedb.h | 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 *) 64 PCAP_API struct addrinfo *pcap_nametoaddrinfo(const char *); 65 PCAP_API bpf_u_int32 pcap_nametonetaddr(const char *); 67 PCAP_API int pcap_nametoport(const char *, int *, int *); 68 PCAP_API int pcap_nametoportrange(const char *, int *, int *, int *); 69 PCAP_API int pcap_nametoproto(const char *); 70 PCAP_API int pcap_nametoeproto(const char *); [all …]
|
| HD | bpf.h | 272 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int); 275 PCAP_API int bpf_validate(const struct bpf_insn *f, int len); 278 PCAP_API char *bpf_image(const struct bpf_insn *, int); 281 PCAP_API void bpf_dump(const struct bpf_program *, int);
|
| HD | funcattrs.h | 147 #define PCAP_API PCAP_API_DEF extern macro
|
| /dragonfly/contrib/libpcap/ |
| HD | nametoaddr.c | 591 PCAP_API struct eproto eproto_db[];
|
| HD | pcap.c | 328 PCAP_API char pcap_version[]; 4427 PCAP_API void pcap_set_parser_debug(int value);
|
| HD | optimize.c | 65 PCAP_API void pcap_set_optimizer_debug(int value); 90 PCAP_API void pcap_set_print_dot_graph(int value);
|
| HD | CHANGES | 392 Go back to using PCAP_API on Windows.
|