HomeSort by: relevance | last modified time | path
    Searched refs:PCAP_API (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/libpcap/dist/pcap/
namedb.h 66 PCAP_API struct pcap_etherent *pcap_next_etherent(FILE *);
69 PCAP_API u_char *pcap_ether_hostton(const char*);
72 PCAP_API u_char *pcap_ether_aton(const char *);
75 PCAP_API
80 PCAP_API struct addrinfo *pcap_nametoaddrinfo(const char *);
83 PCAP_API bpf_u_int32 pcap_nametonetaddr(const char *);
86 PCAP_API int pcap_nametoport(const char *, int *, int *);
89 PCAP_API int pcap_nametoportrange(const char *, int *, int *, int *);
92 PCAP_API int pcap_nametoproto(const char *);
95 PCAP_API int pcap_nametoeproto(const char *)
    [all...]
pcap.h 439 PCAP_API int pcap_init(unsigned int, char *);
448 PCAP_API char *pcap_lookupdev(char *);
451 PCAP_API int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *);
454 PCAP_API pcap_t *pcap_create(const char *, char *);
457 PCAP_API int pcap_set_snaplen(pcap_t *, int);
460 PCAP_API int pcap_set_promisc(pcap_t *, int);
463 PCAP_API int pcap_can_set_rfmon(pcap_t *);
466 PCAP_API int pcap_set_rfmon(pcap_t *, int);
469 PCAP_API int pcap_set_timeout(pcap_t *, int);
472 PCAP_API int pcap_set_tstamp_type(pcap_t *, int)
    [all...]
bpf.h 273 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
276 PCAP_API int bpf_validate(const struct bpf_insn *f, int len);
279 PCAP_API char *bpf_image(const struct bpf_insn *, int);
282 PCAP_API void bpf_dump(const struct bpf_program *, int);
funcattrs.h 51 * PCAP_API must be used when *declaring* data or functions
147 #define PCAP_API PCAP_API_DEF extern
  /src/external/bsd/libpcap/dist/testprogs/
filtertest.c 68 PCAP_API void pcap_set_optimizer_debug(int);
69 PCAP_API void pcap_set_print_dot_graph(int);
  /src/external/bsd/libpcap/dist/
nametoaddr.c 564 PCAP_API struct eproto eproto_db[];
optimize.c 69 PCAP_API void pcap_set_optimizer_debug(int value);
94 PCAP_API void pcap_set_print_dot_graph(int value);
pcap.c 344 PCAP_API char pcap_version[];
4642 PCAP_API void pcap_set_parser_debug(int value);

Completed in 25 milliseconds