Lines Matching refs:when
247 static void compute_cookie(ns_client_t *client, isc_uint32_t when,
314 * We need to detach from the view early when shutting down
771 * sever the connection when result != ISC_R_SUCCESS.
819 * We only want to fail with ISC_R_NOSPACE when called from
820 * ns_client_sendraw() and not when called from ns_client_send(),
821 * tcpbuffer is NULL when called from ns_client_sendraw() and
822 * length != 0. tcpbuffer != NULL when called from ns_client_send()
1714 * are updated when the appropriate task has exclusivity.
1775 compute_cookie(ns_client_t *client, isc_uint32_t when, isc_uint32_t nonce,
1791 isc_buffer_putuint32(buf, when);
1831 isc_buffer_putuint32(buf, when);
1869 isc_buffer_putuint32(buf, when);
1906 isc_uint32_t when;
1946 when = isc_buffer_getuint32(buf);
1954 if (isc_serial_gt(when, (now + 300)) || /* In the future. */
1955 isc_serial_lt(when, (now - 3600))) { /* In the past. */
1962 compute_cookie(client, when, nonce, &db);
1991 * (except query's scope length) when they are done in the OPT
2290 * client->peeraddr was set when the connection was accepted.