Searched defs:Connection (Results 1 – 2 of 2) sorted by relevance
85 typedef struct Connection { struct103 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */ argument
95 struct Connection { struct99 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument