Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:LogMsgNoIdent

4136 		LogMsgNoIdent("%s No operation yet on this socket", prefix);
4144 LogMsgNoIdent("%s DNSServiceCreateConnection: %d registered record%s, %d kDNSServiceFlagsShareConnection operation%s", prefix,
4148 LogMsgNoIdent(" -> DNSServiceRegisterRecord %3d %s", p->key, ARDisplayString(m, p->rr));
4155 LogMsgNoIdent("%s DNSServiceRegister %##s %u/%u",
4163 LogMsgNoIdent("%s DNSServiceBrowse %##s", (blist == req->u.browser.browsers) ? prefix : " ", blist->q.qname.c);
4166 LogMsgNoIdent("%s DNSServiceResolve %##s", prefix, req->u.resolve.qsrv.qname.c);
4168 LogMsgNoIdent("%s DNSServiceQueryRecord %##s (%s)", prefix, req->u.queryrecord.q.qname.c, DNSTypeName(req->u.queryrecord.q.qtype));
4170 LogMsgNoIdent("%s DNSServiceEnumerateDomains %##s", prefix, req->u.enumeration.q_all.qname.c);
4172 LogMsgNoIdent("%s DNSServiceNATPortMapping %.4a %s%s Int %d Req %d Ext %d Req TTL %d Granted TTL %d",
4183 LogMsgNoIdent("%s DNSServiceGetAddrInfo %s%s %##s", prefix,
4188 LogMsgNoIdent("%s Unrecognized operation %p", prefix, req->terminate);
4223 if (showheader) { showheader = mDNSfalse; LogMsgNoIdent(" State Interface"); }
4230 LogMsgNoIdent(" %s LO %s", RecordTypeName(ar->resrec.RecordType), ARDisplayString(m, ar));
4234 LogMsgNoIdent(" %s %u %s", RecordTypeName(ar->resrec.RecordType), scopeid, ARDisplayString(m, ar));
4241 if (showheader) LogMsgNoIdent("<None>");
4242 else if (truncated) LogMsgNoIdent("<Truncated: to 50 records, Total records %d, Total Auth Groups %d, Auth Slots %d>", count, m->rrauth.rrauth_totalused, authslot);
4258 if (showheader) { showheader = mDNSfalse; LogMsgNoIdent(" State Interface"); }
4262 LogMsgNoIdent(" %s LO %s", RecordTypeName(ar->resrec.RecordType), ARDisplayString(m, ar));
4264 LogMsgNoIdent(" %s PP %s", RecordTypeName(ar->resrec.RecordType), ARDisplayString(m, ar));
4269 if (showheader) LogMsgNoIdent("<None>");
4282 if (showheader) { showheader = mDNSfalse; LogMsgNoIdent(" Int Next Expire State"); }
4288 LogMsgNoIdent
4290 LogMsgNoIdent("Proxying for H-MAC %.6a I-MAC %.6a seq %d", &owner.HMAC, &owner.IMAC, owner.seq);
4292 LogMsgNoIdent("Proxying for %.6a seq %d", &owner.HMAC, owner.seq);
4295 LogMsgNoIdent("%7d %7d %7d %7d %s",
4301 LogMsgNoIdent(" LO %s", ARDisplayString(m, ar));
4303 LogMsgNoIdent(" PP %s", ARDisplayString(m, ar));
4305 LogMsgNoIdent("%7d %7d %7d %7s %s",
4314 if (showheader) LogMsgNoIdent("<None>");
4328 LogMsgNoIdent("Timenow 0x%08lX (%d)", (mDNSu32)now, now);
4330 LogMsgNoIdent("------------ Cache -------------");
4331 LogMsgNoIdent("Slt Q TTL if U Type rdlen");
4346 LogMsgNoIdent("%3d %s%8ld %-7s%s %-6s%s",
4360 LogMsgNoIdent("Cache use mismatch: rrcache_totalused is %lu, true count %lu", m->rrcache_totalused, CacheUsed);
4362 LogMsgNoIdent("Cache use mismatch: rrcache_active is %lu, true count %lu", m->rrcache_active, CacheActive);
4363 LogMsgNoIdent("Cache currently contains %lu entities; %lu referenced by active questions", CacheUsed, CacheActive);
4365 LogMsgNoIdent("--------- Auth Records ---------");
4368 LogMsgNoIdent("--------- LocalOnly, P2P Auth Records ---------");
4371 LogMsgNoIdent("--------- /etc/hosts ---------");
4374 LogMsgNoIdent("------ Duplicate Records -------");
4377 LogMsgNoIdent("----- Auth Records Proxied -----");
4380 LogMsgNoIdent("-- Duplicate Records Proxied ---");
4383 LogMsgNoIdent("---------- Questions -----------");
4384 if (!m->Questions) LogMsgNoIdent("<None>");
4389 LogMsgNoIdent(" Int Next if T NumAns VDNS Qptr DupOf SU SQ Type Name");
4397 LogMsgNoIdent("%6d%6d %-7s%s%s %5d 0x%x%x 0x%p 0x%p %1d %2d %-5s%##s%s",
4406 LogMsgNoIdent("%lu question%s; %lu active", CacheUsed, CacheUsed > 1 ? "s" : "", CacheActive);
4409 LogMsgNoIdent("----- Local-Only Questions -----");
4410 if (!m->LocalOnlyQuestions) LogMsgNoIdent("<None>");
4412 LogMsgNoIdent(" %5d %-6s%##s%s",
4415 LogMsgNoIdent("---- Active Client Requests ----");
4416 if (!all_requests) LogMsgNoIdent("<None>");
4425 LogMsgNoIdent("%3d: Orhpan operation %p; parent %p not found in request list", req->sd);
4433 LogMsgNoIdent("-------- NAT Traversals --------");
4434 if (!m->NATTraversals) LogMsgNoIdent("<None>");
4441 LogMsgNoIdent("%p %s Int %5d Ext %5d Err %d Retry %5d Interval %5d Expire %5d",
4448 LogMsgNoIdent("%p Address Request Retry %5d Interval %5d", nat,
4455 LogMsgNoIdent("--------- AuthInfoList ---------");
4456 if (!m->AuthInfoList) LogMsgNoIdent("<None>");
4461 LogMsgNoIdent("%##s %##s %##s %d %s", a->domain.c, a->keyname.c, a->hostname.c, (a->port.b[0] << 8 | a->port.b[1]), a->AutoTunnel ? a->AutoTunnel : "");
4465 LogMsgNoIdent("--------- TunnelClients --------");
4466 if (!m->TunnelClients) LogMsgNoIdent("<None>");
4471 LogMsgNoIdent("%s %##s local %.16a %.4a %.16a remote %.16a %.4a %5d %.16a interval %d",
4476 LogMsgNoIdent("---------- Misc State ----------");
4478 LogMsgNoIdent("PrimaryMAC: %.6a", &m->PrimaryMAC);
4480 LogMsgNoIdent("m->SleepState %d (%s) seq %d",
4487 if (!m->SPSSocket) LogMsgNoIdent("Not offering Sleep Proxy Service");
4488 else LogMsgNoIdent("Offering Sleep Proxy Service: %#s", m->SPSRecords.RR_SRV.resrec.name->c);
4490 if (m->ProxyRecords == ProxyA + ProxyD) LogMsgNoIdent("ProxyRecords: %d + %d = %d", ProxyA, ProxyD, ProxyA + ProxyD);
4491 else LogMsgNoIdent("ProxyRecords: MISMATCH %d + %d = %d ? %d", ProxyA, ProxyD, ProxyA + ProxyD, m->ProxyRecords);
4493 LogMsgNoIdent("------ Auto Browse Domains -----");
4494 if (!AutoBrowseDomains) LogMsgNoIdent("<None>");
4495 else for (d=AutoBrowseDomains; d; d=d->next) LogMsgNoIdent("%##s", d->name.c);
4497 LogMsgNoIdent("--- Auto Registration Domains --");
4498 if (!AutoRegistrationDomains) LogMsgNoIdent("<None>");
4499 else for (d=AutoRegistrationDomains; d; d=d->next) LogMsgNoIdent("%##s", d->name.c);
4501 LogMsgNoIdent("--- Search Domains --");
4502 if (!SearchList) LogMsgNoIdent("<None>");
4508 LogMsgNoIdent("%##s %s", s->domain.c, ifname ? ifname : "");
4512 LogMsgNoIdent("---- Task Scheduling Timers ----");
4515 LogMsgNoIdent("NewQuestion <NONE>");
4517 LogMsgNoIdent("NewQuestion DelayAnswering %d %d %##s (%s)",
4522 LogMsgNoIdent("NewLocalOnlyQuestions <NONE>");
4524 LogMsgNoIdent("NewLocalOnlyQuestions %##s (%s)",
4528 LogMsgNoIdent("NewLocalRecords <NONE>");
4530 LogMsgNoIdent("NewLocalRecords %02X %s", m->NewLocalRecords->resrec.RecordType, ARDisplayString(m, m->NewLocalRecords));
4532 LogMsgNoIdent("SPSProxyListChanged%s", m->SPSProxyListChanged ? "" : " <NONE>");
4533 LogMsgNoIdent("LocalRemoveEvents%s", m->LocalRemoveEvents ? "" : " <NONE>");
4534 LogMsgNoIdent("m->RegisterAutoTunnel6 %08X", m->RegisterAutoTunnel6);
4535 LogMsgNoIdent("m->AutoTunnelRelayAddrIn %.16a", &m->AutoTunnelRelayAddrIn);
4536 LogMsgNoIdent("m->AutoTunnelRelayAddrOut %.16a", &m->AutoTunnelRelayAddrOut);
4538 #define LogTimer(MSG,T) LogMsgNoIdent( MSG " %08X %11d %08X %11d", (T), (T), (T)-now, (T)-now)
4540 LogMsgNoIdent(" ABS (hex) ABS (dec) REL (hex) REL (dec)");
4541 LogMsgNoIdent("m->timenow %08X %11d", now, now);
4542 LogMsgNoIdent("m->timenow_adjust %08X %11d", m->timenow_adjust, m->timenow_adjust);
4683 LogMsgNoIdent("Client application bug: DNSServiceResolve(%##s) active for over two minutes. "