Lines Matching defs:PureInfo
1073 struct PureInfo { struct
1088 /* PureInfo members 'conn_primary_ip', 'conn_primary_port', 'conn_local_ip' argument
1096 char conn_primary_ip[MAX_IPADR_LEN];
1097 int conn_primary_port; /* this is the destination port to the connection,
1099 int conn_remote_port; /* this is the "remote port", which is the port
1102 char conn_local_ip[MAX_IPADR_LEN];
1103 int conn_local_port;
1104 const char *conn_scheme;
1105 unsigned int conn_protocol;
1106 struct curl_certinfo certs; /* info about the certs, only populated in
1110 CURLproxycode pxcode;