Home
last modified time | relevance | path

Searched refs:xfer_stats_t (Results 1 – 2 of 2) sorted by relevance

/dports/net/ptunnel/PingTunnel/
H A Dptunnel.h312 typedef struct xfer_stats_t { struct
319 } xfer_stats_t; typedef
354 xfer_stats_t xfer;
400 void print_statistics(xfer_stats_t *xfer, int is_continuous);
H A Dptunnel.c591 xfer_stats_t xfer; in pt_proxy()
832 memset(&xfer, 0, sizeof(xfer_stats_t)); in pt_proxy()
860 void print_statistics(xfer_stats_t *xfer, int is_continuous) { in print_statistics()