Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/testprogs/
H A Dselpolltest.c58 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 Dcapturetest.c57 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 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()
326 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() function