Lines Matching refs:ip

940   struct ip_quadruple ip;            /* The IP quadruple 2x(addr+port) */  member
1074 ctx->ip.local_ip, &ctx->ip.local_port)) { in set_local_ip()
1082 ctx->ip.local_ip[0] = 0; in set_local_ip()
1083 ctx->ip.local_port = -1; in set_local_ip()
1096 ctx->ip.remote_ip, &ctx->ip.remote_port)) { in set_remote_ip()
1144 infof(data, " Trying [%s]:%d...", ctx->ip.remote_ip, ctx->ip.remote_port); in cf_socket_open()
1148 infof(data, " Trying %s:%d...", ctx->ip.remote_ip, ctx->ip.remote_port); in cf_socket_open()
1334 ctx->ip.local_ip, ctx->ip.local_port); in cf_tcp_connect()
1336 result = socket_connect_result(data, ctx->ip.remote_ip, error); in cf_tcp_connect()
1381 ctx->ip.remote_ip, ctx->ip.remote_port, in cf_tcp_connect()
1382 ctx->ip.local_ip, ctx->ip.local_port, in cf_tcp_connect()
1406 *pport = ctx->ip.remote_port; in cf_socket_get_host()
1632 data->info.primary = ctx->ip; in cf_socket_update_data()
1646 cf->conn->primary = ctx->ip; in cf_socket_active()
1653 cf->conn->secondary = ctx->ip; in cf_socket_active()
1761 *(struct ip_quadruple *)pres2 = ctx->ip; in cf_socket_query()
1837 return socket_connect_result(data, ctx->ip.remote_ip, SOCKERRNO); in cf_udp_setup_quic()
1844 ctx->sock, ctx->ip.local_ip, ctx->ip.local_port, in cf_udp_setup_quic()
1845 ctx->ip.remote_ip, ctx->ip.remote_port); in cf_udp_setup_quic()
1907 ctx->sock, ctx->ip.local_ip, ctx->ip.local_port); in cf_udp_connect()
2062 ctx->ip.remote_ip[0] = 0; in cf_tcp_set_accepted_remote_ip()
2063 ctx->ip.remote_port = 0; in cf_tcp_set_accepted_remote_ip()
2073 ctx->ip.remote_ip, &ctx->ip.remote_port)) { in cf_tcp_set_accepted_remote_ip()
2079 ctx->ip.remote_ip[0] = 0; in cf_tcp_set_accepted_remote_ip()
2080 ctx->ip.remote_port = 0; in cf_tcp_set_accepted_remote_ip()
2117 " ip=%s:%d", ctx->sock, ctx->ip.local_ip, ctx->ip.local_port); in cf_tcp_accept_connect()
2166 ctx->sock, ctx->ip.remote_ip, ctx->ip.remote_port); in cf_tcp_accept_connect()
2233 ctx->ip.local_ip, ctx->ip.local_port); in Curl_conn_tcp_listen_set()
2281 *pip = ctx->ip; in Curl_cf_socket_peek()