HomeSort by relevance Sort by last modified time
    Searched refs:PCAP_API (Results 1 - 8 of 8) sorted by null

  /external/libpcap/pcap/
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 *);
63 PCAP_API struct addrinfo *pcap_nametoaddrinfo(const char *);
64 PCAP_API bpf_u_int32 pcap_nametonetaddr(const char *);
66 PCAP_API int pcap_nametoport(const char *, int *, int *);
67 PCAP_API int pcap_nametoportrange(const char *, int *, int *, int *);
68 PCAP_API int pcap_nametoproto(const char *);
69 PCAP_API int pcap_nametoeproto(const char *)
    [all...]
pcap.h 326 PCAP_API char *pcap_lookupdev(char *)
329 PCAP_API int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *);
331 PCAP_API pcap_t *pcap_create(const char *, char *);
332 PCAP_API int pcap_set_snaplen(pcap_t *, int);
333 PCAP_API int pcap_set_promisc(pcap_t *, int);
334 PCAP_API int pcap_can_set_rfmon(pcap_t *);
335 PCAP_API int pcap_set_rfmon(pcap_t *, int);
336 PCAP_API int pcap_set_timeout(pcap_t *, int);
337 PCAP_API int pcap_set_tstamp_type(pcap_t *, int);
338 PCAP_API int pcap_set_immediate_mode(pcap_t *, int)
    [all...]
bpf.h 257 PCAP_API int bpf_validate(const struct bpf_insn *, int);
258 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
funcattrs.h 51 * PCAP_API must be used when *declaring* data or functions
147 #define PCAP_API PCAP_API_DEF extern
  /external/libpcap/testprogs/
filtertest.c 67 PCAP_API void pcap_set_optimizer_debug(int);
68 PCAP_API void pcap_set_print_dot_graph(int);
  /external/libpcap/
nametoaddr.c 555 PCAP_API struct eproto eproto_db[];
optimize.c 64 PCAP_API void pcap_set_optimizer_debug(int value);
89 PCAP_API void pcap_set_print_dot_graph(int value);
    [all...]
pcap.c 186 PCAP_API char pcap_version[];
    [all...]

Completed in 277 milliseconds