Lines Matching defs:PureInfo
1123 struct PureInfo { struct
1138 /* PureInfo members 'conn_primary_ip', 'conn_primary_port', 'conn_local_ip' argument
1146 char conn_primary_ip[MAX_IPADR_LEN];
1147 int conn_primary_port; /* this is the destination port to the connection,
1149 int conn_remote_port; /* this is the "remote port", which is the port
1152 char conn_local_ip[MAX_IPADR_LEN];
1153 int conn_local_port;
1154 const char *conn_scheme;
1155 unsigned int conn_protocol;
1156 struct curl_certinfo certs; /* info about the certs. Asked for with
1158 CURLproxycode pxcode;