Lines Matching refs:VERB_ALGO
225 verbose(VERB_ALGO, "%s %s uses %s method.", evnm, evsys, evmethod);
343 if(verbosity < VERB_ALGO)
357 ) && verbosity < VERB_ALGO)
693 verbose(VERB_ALGO, "no IP_PKTINFO or IP_SENDSRCADDR");
728 if(verbosity >= VERB_ALGO && r->srctype != 0)
916 if(verbosity >= VERB_ALGO)
1095 if(verbosity >= VERB_ALGO && rep.srctype != 0)
1722 verbose(VERB_ALGO, "doq: found connection by address, dcid");
1727 verbose(VERB_ALGO, "doq: found connection by dcid");
1770 verbose(VERB_ALGO, "doq: could not decode version "
1776 if(verbosity >= VERB_ALGO) {
1777 verbose(VERB_ALGO, "ngtcp2_pkt_decode_version_cid packet has "
1838 verbose(VERB_ALGO, "doq: sending retry packet to %s %s", host, port);
1905 verbose(VERB_ALGO, "doq: verifying retry token from %s %s", host,
1917 verbose(VERB_ALGO, "doq: could not verify retry token "
1921 verbose(VERB_ALGO, "doq: verified retry token from %s %s", host, port);
1938 verbose(VERB_ALGO, "doq: verifying token from %s %s", host, port);
1948 verbose(VERB_ALGO, "doq: could not verify token from %s %s",
1952 verbose(VERB_ALGO, "doq: verified token from %s %s", host, port);
2016 verbose(VERB_ALGO, "doq: no mem available for new connection");
2040 verbose(VERB_ALGO, "doq: created new connection");
2073 verbose(VERB_ALGO, "doq stateless address validation");
2105 verbose(VERB_ALGO, "doq address validation: unrecognised "
2196 verbose(VERB_ALGO, "doq pickup timer at %d.%6.6d in %d.%6.6d",
2204 verbose(VERB_ALGO, "doq timer disabled");
2390 verbose(VERB_ALGO, "doq socket want write");
2401 verbose(VERB_ALGO, "doq socket want no write");
2480 verbose(VERB_ALGO, "doq timer callback");
2497 if(verbosity >= VERB_ALGO) {
2502 verbose(VERB_ALGO, "doq conn %s is deleted "
2580 if(verbosity >= VERB_ALGO) {
2585 verbose(VERB_ALGO, "doq write connection %s %d",
2630 if(verbosity >= VERB_ALGO) {
2711 verbose(VERB_ALGO, "doq check write enable");
2875 verbose(VERB_ALGO, "doq: send_reply but %s is gone",
2906 verbose(VERB_ALGO, "doq: drop_reply but %s is gone",
2971 verbose(VERB_ALGO, "wait is over, slow accept disabled");
3011 verbose(VERB_ALGO, "out of file descriptors: "
3093 verbose(VERB_ALGO, "bio_cb %d, %s %s %s", oper,
3513 log_addr(VERB_ALGO, "SSL connection failed: "
3519 log_cert(VERB_ALGO, "peer certificate", x);
3526 log_addr(VERB_ALGO, buf, &c->repinfo.remote_addr,
3530 log_addr(VERB_ALGO, "SSL connection "
3544 log_cert(VERB_ALGO, "peer certificate", x);
3547 log_addr(VERB_ALGO, "SSL connection failed: "
3556 log_addr(VERB_ALGO, "SSL connection", &c->repinfo.remote_addr,
3571 verbose(VERB_ALGO, "client doesn't support HTTP/2");
3614 verbose(VERB_ALGO, "proxy_protocol: reading fixed "
3679 verbose(VERB_ALGO, "proxy_protocol: reading variable "
3739 verbose(VERB_ALGO, "proxy_protocol: successful read of "
3795 verbose(VERB_ALGO, "Reading ssl tcp query of length %d",
4038 verbose(VERB_ALGO, "proxy_protocol: reading fixed "
4080 verbose(VERB_ALGO, "proxy_protocol: reading variable "
4117 verbose(VERB_ALGO, "proxy_protocol: successful read of "
4153 verbose(VERB_ALGO, "Reading tcp query of length %d",
4373 verbose(VERB_ALGO, "tcp sendmsg for fastopen failed (with %s), try normal connect", strerror(errno));
4770 verbose(VERB_ALGO, "ssl http read more skip to %d + %d",
4808 verbose(VERB_ALGO, "http read more skip to %d + %d",
4865 verbose(VERB_ALGO, "http header: %s", line);
4869 verbose(VERB_ALGO, "http bad status %s", line+9);
4879 verbose(VERB_ALGO, "http invalid Content-Length: " ARG_LL "d", cl);
4912 verbose(VERB_ALGO, "http chunk trailer: %s", line);
4935 verbose(VERB_ALGO, "http chunk header: %s", line);
4943 verbose(VERB_ALGO, "http invalid chunk size: %ld",
5015 verbose(VERB_ALGO, "http_chunked_segment: got now %d, tcpbytcount %d, http_stored %d, buffer pos %d, buffer limit %d", (int)got_now, (int)c->tcp_byte_count, (int)c->http_stored, (int)sldns_buffer_position(c->buffer), (int)sldns_buffer_limit(c->buffer));
6615 verbose(VERB_ALGO, "close fd %d", c->fd);
6674 log_addr(VERB_ALGO, "from local addr", (void*)addr, addrlen);
6675 log_addr(VERB_ALGO, "response to client", client_addr, client_addrlen);
6800 verbose(VERB_ALGO, "comm point stop listening %d", c->fd);
6812 verbose(VERB_ALGO, "comm point start listening %d (%d msec)",
6873 verbose(VERB_ALGO, "comm point listen_for_rw %d %d", c->fd, wr);