Home | History | Annotate | Download | only in libpcap

Lines Matching refs:u_char

212 typedef void (*pcap_handler)(u_char *, const struct pcap_pkthdr *,
213 const u_char *);
221 int pcap_loop(pcap_t *, int, pcap_handler, u_char *);
222 int pcap_dispatch(pcap_t *, int, pcap_handler, u_char *);
223 const u_char*
225 int pcap_next_ex(pcap_t *, struct pcap_pkthdr **, const u_char **);
257 void pcap_dump(u_char *, const struct pcap_pkthdr *, const u_char *);
266 u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
278 int pcap_sendpacket(pcap_t *p, u_char *buf, int size);