Home
last modified time | relevance | path

Searched refs:countme (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/testprogs/
Dselpolltest.c58 static void countme(u_char *, const struct pcap_pkthdr *, const u_char *);
246 status = pcap_dispatch(pd, -1, countme, in main()
310 status = pcap_dispatch(pd, -1, countme, in main()
331 status = pcap_dispatch(pd, -1, countme, in main()
360 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() function
Dcapturetest.c54 static void countme(u_char *, const struct pcap_pkthdr *, const u_char *);
184 status = pcap_dispatch(pd, -1, countme, in main()
216 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() function
Dthreadsignaltest.c67 static void countme(u_char *, const struct pcap_pkthdr *, const u_char *);
150 status = pcap_dispatch(pd, -1, countme, in capture_thread_func()
310 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() function