Searched defs:PureInfo (Results 1 – 1 of 1) sorted by relevance
1138 struct PureInfo { struct1153 /* PureInfo members 'conn_primary_ip', 'conn_primary_port', 'conn_local_ip' argument1161 char conn_primary_ip[MAX_IPADR_LEN];1162 int conn_primary_port; /* this is the destination port to the connection,1164 int conn_remote_port; /* this is the "remote port", which is the port1167 char conn_local_ip[MAX_IPADR_LEN];1168 int conn_local_port;1169 const char *conn_scheme;1170 unsigned int conn_protocol;1171 struct curl_certinfo certs; /* info about the certs, only populated in[all …]