Home | History | Annotate | Download | only in pcap

Lines Matching refs:u_char

42   #include <sys/socket.h>  /* u_int, u_char etc. */
237 typedef void (*pcap_handler)(u_char *, const struct pcap_pkthdr *,
238 const u_char *);
372 int pcap_loop(pcap_t *, int, pcap_handler, u_char *);
373 int pcap_dispatch(pcap_t *, int, pcap_handler, u_char *);
374 const u_char*
376 int pcap_next_ex(pcap_t *, struct pcap_pkthdr **, const u_char **);
384 int pcap_sendpacket(pcap_t *, const u_char *, int);
395 const struct pcap_pkthdr *, const u_char *);
420 void pcap_dump(u_char *, const struct pcap_pkthdr *, const u_char *);
435 u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);