• Home
  • Raw
  • Download

Lines Matching refs:VLog

165 mDNSlocal void VLog(const char *format, ...)  in VLog()  function
358 VLog("SendPacket Q:%d A:%d A:%d A:%d ", in SendPacket()
679 VLog( "found correct zone %##s for query", pkt->zone->name.c ); in SetZone()
683 VLog( "zone %##s is %s", pkt->zone->name.c, ( pkt->isZonePublic ) ? "public" : "private" ); in SetZone()
712 VLog("UDPServerTransaction Q:%d A:%d A:%d A:%d ", in UDPServerTransaction()
774 VLog("Successful update from %s", inet_ntop(AF_INET, &request->src.sin_addr, buf, 32)); in SuccessfulUpdateTransaction()
778 VLog("Request %s: %s", inet_ntop(AF_INET, &request->src.sin_addr, buf, 32), vlogmsg); in SuccessfulUpdateTransaction()
811 VLog("Rehashing lease table (new size %d buckets)", newnbuckets); in RehashTable()
898 VLog("%s %s", registration ? "Registering SRV record" : "Deleting existing RRSet", in PutUpdateSRV()
1302 VLog("Expiring record %s", GetRRDisplayString_rdb(&rr->resrec, &rr->resrec.rdata->u, buf)); in DeleteOneRecord()
1421VLog("Received deletion update for %s", GetRRDisplayString_rdb(&tmp->rr.resrec, &tmp->rr.resrec.rd… in UpdateLeaseTable()
1438VLog("Refreshing lease for %s", GetRRDisplayString_rdb(&lcr.r.resrec, &lcr.r.resrec.rdata->u, buf)… in UpdateLeaseTable()
1464VLog("Adding update for %s to lease table", GetRRDisplayString_rdb(&lcr.r.resrec, &lcr.r.resrec.rd… in UpdateLeaseTable()
1558 VLog("HandleRequest - answer truncated. Using TCP"); in HandleRequest()
1589 …require_action( ok, exit, err = mStatus_UnknownErr; VLog( "Message from %s not a successful update… in HandleRequest()
1678 VLog("Deleting LLQ table entry for %##s client %s", e->qname.c, addr); in DeleteLLQ()
1750 VLog("Querying server for %##s type %d", e->name.c, e->type); in AnswerQuestion()
1767 { VLog("AnswerQuestion %##s - answer truncated. Using TCP", e->name.c); e->UseTCP = mDNStrue; } in AnswerQuestion()
1911 VLog("%s (%s): %s", addrbuf, (mDNSs32)cr->resrec.rroriginalttl < 0 ? "Remove": "Add", rrbuf); in SendEvents()
1985 VLog("Generating LLQ Events"); in GenLLQEvents()
2094 VLog("Allocating LLQ entry for client %s question %##s type %d", addr, qname->c, qtype); in NewLLQ()
2127 VLog("%s LLQ for %##s from %s", llq->llqlease ? "Refreshing" : "Deleting", e->qname.c, addr); in LLQRefresh()
2177 if (e->state == Established) VLog("Retransmitting LLQ ack + answers for %##s", e->qname.c); in LLQCompleteHandshake()
2178 else VLog("Delivering LLQ ack + answers for %##s", e->qname.c); in LLQCompleteHandshake()
2192 VLog("%s Intitial Answer - %s", addr, rrbuf); in LLQCompleteHandshake()
2212 if (e->state == ChallengeSent) VLog("Retransmitting LLQ setup challenge for %##s", e->qname.c); in LLQSetupChallenge()
2213 else VLog("Sending LLQ setup challenge for %##s", e->qname.c); in LLQSetupChallenge()
2337 VLog("Received LLQ msg from %s", addr); in RecvLLQ()
2849 VLog("Listening for requests..."); in Run()