Lines Matching defs:conn
730 cf->conn->sock[cf->sockindex] = ctx->sock[SP_LOCAL];
731 /* the first socket info gets set at conn and data */
733 cf->conn->remote_addr = &ctx->addr;
735 cf->conn->bits.ipv6 = (ctx->addr.family == AF_INET6)? TRUE : FALSE;
737 Curl_persistconninfo(data, cf->conn, ctx->l_ip, ctx->l_port);
815 MSH3_SET_PORT(&addr, (uint16_t)cf->conn->remote_port);
831 cf->conn->host.name, (int)cf->conn->remote_port, verify);
842 cf->conn->host.name,
897 cf->conn->bits.multiplex = TRUE; /* at least potentially multiplexed */
898 cf->conn->httpversion = 30;
899 cf->conn->bundle->multiuse = BUNDLE_MULTIPLEX;
901 cf->conn->alpn = CURL_HTTP_VERSION_3;
903 connkeep(cf->conn, "HTTP/3 default");
937 /* We share our socket at cf->conn->sock[cf->sockindex] when active.
942 if(ctx->sock[SP_LOCAL] == cf->conn->sock[cf->sockindex]) {
945 cf->conn->sock[cf->sockindex] = CURL_SOCKET_BAD;
949 "conn->sock[], discarding", (int)ctx->sock[SP_LOCAL]);
953 cf->conn->remote_addr = NULL;
1045 struct connectdata *conn,
1053 (void)conn;
1077 const struct connectdata *conn,
1080 struct Curl_cfilter *cf = conn? conn->cfilter[sockindex] : NULL;