Home | History | Annotate | Download | only in libpcap

Lines Matching full:u_char

216 typedef void (*pcap_handler)(u_char *, const struct pcap_pkthdr *,
217 const u_char *);
225 int pcap_loop(pcap_t *, int, pcap_handler, u_char *);
226 int pcap_dispatch(pcap_t *, int, pcap_handler, u_char *);
227 const u_char*
229 int pcap_next_ex(pcap_t *, struct pcap_pkthdr **, const u_char **);
261 void pcap_dump(u_char *, const struct pcap_pkthdr *, const u_char *);
270 u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
282 int pcap_sendpacket(pcap_t *p, u_char *buf, int size);