Home
last modified time | relevance | path

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

/aosp_15_r20/external/libpcap/pcap/
H A Dpcap.h386 PCAP_API int pcap_init(unsigned int, char *);
395 PCAP_API char *pcap_lookupdev(char *);
398 PCAP_API int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *);
401 PCAP_API pcap_t *pcap_create(const char *, char *);
404 PCAP_API int pcap_set_snaplen(pcap_t *, int);
407 PCAP_API int pcap_set_promisc(pcap_t *, int);
410 PCAP_API int pcap_can_set_rfmon(pcap_t *);
413 PCAP_API int pcap_set_rfmon(pcap_t *, int);
416 PCAP_API int pcap_set_timeout(pcap_t *, int);
419 PCAP_API int pcap_set_tstamp_type(pcap_t *, int);
[all …]
H A Dnamedb.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
65 PCAP_API struct addrinfo *pcap_nametoaddrinfo(const char *);
66 PCAP_API bpf_u_int32 pcap_nametonetaddr(const char *);
68 PCAP_API int pcap_nametoport(const char *, int *, int *);
69 PCAP_API int pcap_nametoportrange(const char *, int *, int *, int *);
70 PCAP_API int pcap_nametoproto(const char *);
71 PCAP_API int pcap_nametoeproto(const char *);
[all …]
H A Dbpf.h271 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
274 PCAP_API int bpf_validate(const struct bpf_insn *f, int len);
277 PCAP_API char *bpf_image(const struct bpf_insn *, int);
280 PCAP_API void bpf_dump(const struct bpf_program *, int);
H A Dfuncattrs.h147 #define PCAP_API PCAP_API_DEF extern macro
/aosp_15_r20/external/libpcap/testprogs/
H A Dfiltertest.c70 PCAP_API void pcap_set_optimizer_debug(int);
71 PCAP_API void pcap_set_print_dot_graph(int);
/aosp_15_r20/external/libpcap/
H A Dnametoaddr.c591 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 Doptimize.c66 PCAP_API void pcap_set_optimizer_debug(int value);
91 PCAP_API void pcap_set_print_dot_graph(int value);
H A Dpcap.c319 PCAP_API char pcap_version[];
4463 PCAP_API void pcap_set_parser_debug(int value);
H A DCHANGES626 Go back to using PCAP_API on Windows.
H A DCMakeLists.txt2470 # symbols explicitly exported with PCAP_API will be visible outside