Lines Matching defs:ipv6
1340 bool ipv6;
1352 ipv6 = (family == AF_INET6);
1359 if (result == ISC_R_SUCCESS && entry->ctx[tr_offset][ipv6] != NULL) {
1364 *pfound = entry->ctx[tr_offset][ipv6];
1373 entry->client_sess_cache[tr_offset][ipv6];
1382 entry->ctx[tr_offset][ipv6] == NULL)
1388 entry->ctx[tr_offset][ipv6] = ctx;
1389 entry->client_sess_cache[tr_offset][ipv6] = client_sess_cache;
1409 entry->ctx[tr_offset][ipv6] = ctx;
1410 entry->client_sess_cache[tr_offset][ipv6] = client_sess_cache;
1431 bool ipv6;
1441 ipv6 = (family == AF_INET6);
1454 if (result == ISC_R_SUCCESS && entry->ctx[tr_offset][ipv6] != NULL) {
1456 entry->client_sess_cache[tr_offset][ipv6];
1458 *pctx = entry->ctx[tr_offset][ipv6];
1467 entry->ctx[tr_offset][ipv6] == NULL)