Home
last modified time | relevance | path

Searched defs:Connection (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/crypto/openssh/
Dssh-keyscan.c85 typedef struct Connection { struct
103 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */ argument
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DScheduleDFS.h95 struct Connection { struct
99 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument