Searched refs:countme (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libpcap/testprogs/ |
H A D | selpolltest.c | 58 static void countme(u_char *, const struct pcap_pkthdr *, const u_char *); 250 status = pcap_dispatch(pd, -1, countme, in main() 312 status = pcap_dispatch(pd, -1, countme, in main() 333 status = pcap_dispatch(pd, -1, countme, in main() 362 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() function
|
H A D | capturetest.c | 57 static void countme(u_char *, const struct pcap_pkthdr *, const u_char *); 260 status = pcap_dispatch(pd, -1, countme, in main() 297 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() function
|
H A 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() 326 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() function
|