Searched refs:tr_offset (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dtls.c1210 size_t name_len, tr_offset; local
1223 tr_offset = (transport - 1);
1231 if (result == ISC_R_SUCCESS && entry->ctx[tr_offset][ipv6] != NULL) {
1236 *pfound = entry->ctx[tr_offset][ipv6];
1245 entry->client_sess_cache[tr_offset][ipv6];
1254 entry->ctx[tr_offset][ipv6] == NULL)
1260 entry->ctx[tr_offset][ipv6] = ctx;
1261 entry->client_sess_cache[tr_offset][ipv6] = client_sess_cache;
1279 entry->ctx[tr_offset][ipv6] = ctx;
1280 entry->client_sess_cache[tr_offset][ipv
1300 size_t tr_offset; local
[all...]

Completed in 115 milliseconds