Searched refs:server_index (Results 1 – 7 of 7) sorted by relevance
86 ipv4[3] = 2 * ctx->tcp + 4 * ctx->server_index; in response()95 ipv6[15] = 2 * ctx->tcp + 4 * ctx->server_index; in response()125 ipv4[3] = 2 * ctx->tcp + 4 * ctx->server_index; in response()135 ipv6[15] = 2 * ctx->tcp + 4 * ctx->server_index; in response()157 int server_index = 1; in expected_result() local160 2 + 4 * server_index, port); in expected_result()163 2 + 4 * server_index, port); in expected_result()
87 switch (ctx->server_index) in build_response()144 if (ctx->server_index != 0) in response()145 TEST_COMPARE (ctx->server_index, 1); in response()158 previous_server_index = ctx->server_index; in response()166 TEST_COMPARE (ctx->server_index, previous_server_index); in response()171 if (parsed.reorder[ctx->server_index]) in response()195 if (!parsed.reorder[ctx->server_index]) in response()
63 ipv4[3] = 2 * ctx->tcp + 4 * ctx->server_index; in response()72 ipv6[15] = 2 * ctx->tcp + 4 * ctx->server_index; in response()
40 if (ctx->server_index == drop_server) in response()54 TEST_VERIFY_EXIT (ctx->server_index < resolv_max_test_servers); in response()55 ++query_counts[ctx->server_index]; in response()
102 ipv4[3] += requested_qname + 2 * ctx->tcp + 4 * ctx->server_index; in response()110 ipv6[15] += requested_qname + 2 * ctx->tcp + 4 * ctx->server_index; in response()
91 if (ctx->server_index == rcode_override_server_index) in response()
158 if (!flags.tc && send_formerr && ctx->server_index == 0) in response()
Completed in 17 milliseconds