Searched refs:ipv6 (Results 1 – 5 of 5) sorted by relevance
/resolv/ |
A D | tst-bug18665-tcp.c | 92 char ipv6[16] in response() local 95 ipv6[15] = 2 * ctx->tcp + 4 * ctx->server_index; in response() 96 resolv_response_add_data (b, &ipv6, sizeof (ipv6)); in response() 131 char ipv6[16] in response() local 135 ipv6[15] = 2 * ctx->tcp + 4 * ctx->server_index; in response() 136 resolv_response_add_data (b, &ipv6, sizeof (ipv6)); in response()
|
A D | tst-bug18665.c | 69 char ipv6[16] in response() local 72 ipv6[15] = 2 * ctx->tcp + 4 * ctx->server_index; in response() 73 resolv_response_add_data (b, &ipv6, sizeof (ipv6)); in response()
|
A D | tst-resolv-basic.c | 108 char ipv6[16] in response() local 110 ipv6[15] += requested_qname + 2 * ctx->tcp + 4 * ctx->server_index; in response() 111 resolv_response_add_data (b, &ipv6, sizeof (ipv6)); in response()
|
A D | tst-resolv-txnid-collision.c | 119 char ipv6[16] in build_response() local 121 resolv_response_add_data (b, &ipv6, sizeof (ipv6)); in build_response()
|
A D | tst-resolv-threads.c | 86 char ipv6[16] in response() local 89 resolv_response_add_data (b, &ipv6, sizeof (ipv6)); in response()
|
Completed in 10 milliseconds