Searched defs:Pingcache (Results 1 – 1 of 1) sorted by relevance
10 typedef struct Pingcache Pingcache; typedef11 struct Pingcache { struct12 Pingcache*next; argument13 long rtt;14 char *host;15 long expire;