HomeSort by: relevance | last modified time | path
    Searched refs:debugf (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.c 221 debugf("FirstIPv4LLInterfaceForID: found LL interface with address %.4a", &intf->ip.ip.v4);
1033 { debugf("Malformed label (too long)"); return(mDNSfalse); }
1062 { debugf("Malformed domain name (more than 256 characters)"); return(mDNSfalse); }
1522 if (!len) { debugf("DeconstructServiceName: FQDN empty!"); return(mDNSfalse); }
1523 if (len >= 0x40) { debugf("DeconstructServiceName: Instance name too long"); return(mDNSfalse); }
1528 if (!len) { debugf("DeconstructServiceName: FQDN contains only one label!"); return(mDNSfalse); }
1529 if (len >= 0x40) { debugf("DeconstructServiceName: Application protocol name too long"); return(mDNSfalse); }
1530 if (src[1] != '_') { debugf("DeconstructServiceName: No _ at start of application protocol"); return(mDNSfalse); }
1534 if (!len) { debugf("DeconstructServiceName: FQDN contains only two labels!"); return(mDNSfalse); }
1536 { debugf("DeconstructServiceName: Transport protocol must be _udp or _tcp"); return(mDNSfalse);
    [all...]
uDNS.c 171 debugf("Note: DNS Server %#a:%d for domain %##s (%p) registered more than once",
176 // and the debugf message signifies that we’re collapsing duplicate entries into one)
384 debugf("GetAuthInfoForName %##s Matched %##s Key name %##s", name->c, ptr->domain.c, ptr->keyname.c);
414 debugf("GetAuthInfoForName_internal updated q->AuthInfo from %##s to %##s for %##s (%s)",
528 debugf("uDNS_RequestAddress: Sent NAT-PMP external address request %d", err);
534 debugf("uDNS_RequestAddress: LNT_SendDiscoveryMsg");
566 debugf("uDNS_RequestAddress: Not time to send address request");
611 debugf("uDNS_SendNATMsg: Sent NAT-PMP mapping request %d", err);
666 debugf("uDNS_SendNATMsg: Sent PCP Mapping request %d", err);
682 debugf("uDNS_SendNATMsg: LNT_SendDiscoveryMsg")
    [all...]
mDNS.c 1332 debugf("SetTargetToHostName: Target of %##s is already %##s", rr->resrec.name->c, target->c);
1348 debugf("Have announced shared record %##s (%s) at least once: should have sent a goodbye packet before updating",
2292 debugf("mDNS_Register_internal: Duplicate record %p taking over from %p %##s (%s)",
2349 if (*p) debugf("mDNS_Deregister_internal: Deleting DuplicateRecord %p %##s (%s)",
2488 debugf("mDNS_Deregister_internal: Cannot have a conflict on a shared record! %##s (%s)",
2582 debugf("AddRecordToResponseList: %##s (%s) already in list", rr->resrec.name->c, DNSTypeName(rr->resrec.rrtype));
3098 debugf("ShouldSendGoodbyesBeforeSleep: marking for goodbye", ARDisplayString(m, rr));
3109 debugf("ShouldSendGoodbyesBeforeSleep: not sending goodbye %s, int %p", ARDisplayString(m, rr), intf->InterfaceID);
3114 debugf("ShouldSendGoodbyesBeforeSleep: sending goodbye %s, int %p", ARDisplayString(m, rr), intf->InterfaceID);
3343 debugf("Announcing %##s (%s) %d", rr->resrec.name->c, DNSTypeName(rr->resrec.rrtype), rr->AnnounceCount)
    [all...]
mDNSDebug.h 27 // Set MDNS_DEBUGMSGS to 0 to optimize debugf() calls out of the compiled code
206 #define debugf debugf_ macro
209 #define debugf debug_noop macro
  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c 505 debugf("SocketDataReady correcting receive interface from %s/%u to %s/%u",
1448 debugf("SetupOneInterface: %s %#a is an alias of %#a", intfName, &intf->coreIntf.ip, &alias->coreIntf.ip);
1479 debugf("SetupOneInterface: %s %#a Registered", intf->intfName, &intf->coreIntf.ip);
1486 debugf("SetupOneInterface: %s %#a failed to register %d", intfName, &intf->coreIntf.ip, err);
1505 debugf("SetupInterfaceList");
1867 if (err) debugf("No unicast UDP responses");
1868 else debugf("Unicast UDP responses okay");
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 1548 debugf("set_peer_pid: Client PEEREPID is %d", p);
2852 else debugf("udsserver_default_reg_domain_changed %##s already in list, not re-adding", &d->name);
2868 if (p) debugf("udsserver_default_reg_domain_changed %##s still in list, not removing", &d->name);
3310 //debugf("SetQuestionPolicy: q->euid[%d] q->pid[%d] uuid is valid : %s", q->euid, q->pid, req->validUUID ? "true" : "false");
3383 { debugf("add_domain_to_browser %##s already in list", d->c); return mStatus_AlreadyRegistered; }
3524 debugf("udsserver_automatic_browse_domain_changed: %s default browse domain %##s", add ? "Adding" : "Removing", d->name.c);
3538 else debugf("udsserver_automatic_browse_domain_changed %##s already in list, not re-adding", &d->name);
3549 if (p) debugf("udsserver_automatic_browse_domain_changed %##s still in list, not removing", &d->name);
3595 debugf("Incrementing %s refcount for %##s",
3628 debugf("Decrementing %s refcount for %##s"
    [all...]
PlatformCommon.c 244 debugf("Option %s not set", option);
ClientRequests.c 1158 debugf("NotifyWebContentFilter: Name %s, uid %u, addr length %d", name, inUID, addr.ss_len);

Completed in 32 milliseconds