Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/pcap/
HDpcap.h388 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 …]
HDnamedb.h58 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 …]
HDbpf.h272 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);
HDfuncattrs.h147 #define PCAP_API PCAP_API_DEF extern macro
/dragonfly/contrib/libpcap/
HDnametoaddr.c591 PCAP_API struct eproto eproto_db[];
HDpcap.c328 PCAP_API char pcap_version[];
4427 PCAP_API void pcap_set_parser_debug(int value);
HDoptimize.c65 PCAP_API void pcap_set_optimizer_debug(int value);
90 PCAP_API void pcap_set_print_dot_graph(int value);
HDCHANGES392 Go back to using PCAP_API on Windows.