Searched defs:connection_info (Results 1 – 2 of 2) sorted by relevance
195 struct connection_info { struct196 const char *user;197 const char *host; /* possibly resolved hostname */198 const char *address; /* remote address */199 const char *laddress; /* local address */200 int lport; /* local port */
1465 struct connection_info *connection_info = get_connection_info(0, 0); local