Searched defs:connection_info (Results 1 – 2 of 2) sorted by relevance
201 struct connection_info { struct202 const char *user;203 const char *host; /* possibly resolved hostname */204 const char *address; /* remote address */205 const char *laddress; /* local address */206 int lport; /* local port */
1477 struct connection_info *connection_info = get_connection_info(0, 0); local