Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h1114 struct PureInfo { struct
1129 /* PureInfo members 'conn_primary_ip', 'conn_primary_port', 'conn_local_ip' argument
1137 char conn_primary_ip[MAX_IPADR_LEN];
1138 int conn_primary_port; /* this is the destination port to the connection,
1140 int conn_remote_port; /* this is the "remote port", which is the port
1143 char conn_local_ip[MAX_IPADR_LEN];
1144 int conn_local_port;
1145 const char *conn_scheme;
1146 unsigned int conn_protocol;
1147 struct curl_certinfo certs; /* info about the certs. Asked for with
[all …]