Searched refs:countme (Results 1 – 3 of 3) sorted by relevance
/external/libpcap/testprogs/ |
D | selpolltest.c | 58 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
|
D | capturetest.c | 54 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
|
D | threadsignaltest.c | 67 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
|