Home
last modified time | relevance | path

Searched refs:debugf (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Danonymous.c41debugf("InitializeNSEC3Record: %x%x%x%x, name %##s", ptr[0], ptr[1], ptr[2], ptr[3], rr->name->c); in InitializeNSEC3Record()
227debugf("SetAnonData: question %##s(%p), rr %##s(%p)", q->qname.c, q->AnonInfo, rr->name->c, rr->An… in SetAnonData()
269 debugf("AnonInfoAnswersQuestion: question qname %##s", q->qname.c); in AnonInfoAnswersQuestion()
285 debugf("AnonInfoAnswersQuestion: not a anonymous type question"); in AnonInfoAnswersQuestion()
294debugf("AnonInfoAnswersQuestion: Question %##s not answered using anonymous record %##s", q->qname… in AnonInfoAnswersQuestion()
303 debugf("AnonInfoAnswersQuestion: not a anonymous type record"); in AnonInfoAnswersQuestion()
339 debugf("AnonInfoAnswersQuestion: AnonData mis-match for record %s question %##s ", in AnonInfoAnswersQuestion()
350 debugf("AnonInfoAnswersQuestion: question %p, record %p", qai->AnonData, rai->AnonData); in AnonInfoAnswersQuestion()
377debugf("AnonInfoAnswersQuestion: AnonData %p or nsec3RR %p, NULL for question %##s, record %s", An… in AnonInfoAnswersQuestion()
381debugf("AnonInfoAnswersQuestion: Validating question %##s, ResourceRecord %s", q->qname.c, RRDispl… in AnonInfoAnswersQuestion()
[all …]
H A DDNSCommon.c628 { debugf("Malformed label (too long)"); return(mDNSfalse); } in SameDomainLabel()
651 { debugf("Malformed domain name (more than 256 characters)"); return(mDNSfalse); } in SameDomainName()
1103 …if (!len) { debugf("DeconstructServiceName: FQDN empty!"); ret… in DeconstructServiceName()
1104 …if (len >= 0x40) { debugf("DeconstructServiceName: Instance name too long"); ret… in DeconstructServiceName()
1109 …if (!len) { debugf("DeconstructServiceName: FQDN contains only one label!"); ret… in DeconstructServiceName()
1110 …if (len >= 0x40) { debugf("DeconstructServiceName: Application protocol name too long"); ret… in DeconstructServiceName()
1111 …if (src[1] != '_') { debugf("DeconstructServiceName: No _ at start of application protocol"); re… in DeconstructServiceName()
1115 …if (!len) { debugf("DeconstructServiceName: FQDN contains only two labels!"); ret… in DeconstructServiceName()
1117 … { debugf("DeconstructServiceName: Transport protocol must be _udp or _tcp"); return(mDNSfalse); } in DeconstructServiceName()
1126 { debugf("DeconstructServiceName: Label in service domain too long"); return(mDNSfalse); } in DeconstructServiceName()
[all …]
H A DmDNSDebug.h126 #define debugf debugf_ macro
129 #define debugf debug_noop
H A DuDNS.c138debugf("Note: DNS Server %#a:%d for domain %##s (%p) registered more than once", addr, mDNSVal16(p… in mDNS_AddDNSServer()
336debugf("GetAuthInfoForName %##s Matched %##s Key name %##s", name->c, ptr->domain.c, ptr->keyname.… in GetAuthInfoForName_direct()
365debugf("GetAuthInfoForName_internal updated q->AuthInfo from %##s to %##s for %##s (%s)", in GetAuthInfoForName_internal()
445 debugf("mDNS_SetSecretForDomain updating q->AuthInfo from %##s to %##s for %##s (%s)", in mDNS_SetSecretForDomain()
480 debugf("uDNS_RequestAddress: Sent NAT-PMP external address request %d", err); in uDNS_RequestAddress()
486 debugf("uDNS_RequestAddress: LNT_SendDiscoveryMsg"); in uDNS_RequestAddress()
518 debugf("uDNS_RequestAddress: Not time to send address request"); in uDNS_RequestAddress()
563 debugf("uDNS_SendNATMsg: Sent NAT-PMP mapping request %d", err); in uDNS_SendNATMsg()
621 debugf("uDNS_SendNATMsg: Sent PCP Mapping request %d", err); in uDNS_SendNATMsg()
634 debugf("uDNS_SendNATMsg: LNT_SendDiscoveryMsg"); in uDNS_SendNATMsg()
[all …]
H A DmDNS.c374 debugf("mDNS_AddressIsLocalSubnet: IPv4 %#a returning true", addr); in mDNS_AddressIsLocalSubnet()
376 debugf("mDNS_AddressIsLocalSubnet: IPv4 %#a returning false", addr); in mDNS_AddressIsLocalSubnet()
398 debugf("mDNS_AddressIsLocalSubnet: IPv6 %#a returning true", addr); in mDNS_AddressIsLocalSubnet()
400 debugf("mDNS_AddressIsLocalSubnet: IPv6 %#a returning false", addr); in mDNS_AddressIsLocalSubnet()
430debugf("FirstIPv4LLInterfaceForID: found LL interface with address %.4a", &intf->ip.ip.v4); in FirstIPv4LLInterfaceForID()
940debugf("SetTargetToHostName: Target of %##s is already %##s", rr->resrec.name->c, target->c); in SetTargetToHostName()
956debugf("Have announced shared record %##s (%s) at least once: should have sent a goodbye packet be… in SetTargetToHostName()
1430 debugf("mDNS_Register_internal:Adding to duplicate list %s", ARDisplayString(m,rr)); in mDNS_Register_internal()
1441 debugf("mDNS_Register_internal: Adding to active record list %s", ARDisplayString(m,rr)); in mDNS_Register_internal()
1567 debugf("mDNS_Register_internal: Duplicate record %p taking over from %p %##s (%s)", in mDNS_Deregister_internal()
[all …]
H A DmDNSPosix.c919debugf("SetupOneInterface: %s %#a is an alias of %#a", intfName, &intf->coreIntf.ip, &alias->coreI… in SetupOneInterface()
949 debugf("SetupOneInterface: %s %#a Registered", intf->intfName, &intf->coreIntf.ip); in SetupOneInterface()
956debugf("SetupOneInterface: %s %#a failed to register %d", intfName, &intf->coreIntf.ip, err); in SetupOneInterface()
974 debugf("SetupInterfaceList"); in SetupInterfaceList()
1287 if (err) debugf("No unicast UDP responses"); in mDNSPlatformInit_CanReceiveUnicast()
1288 else debugf("Unicast UDP responses okay"); in mDNSPlatformInit_CanReceiveUnicast()
H A DPlatformCommon.c98 debugf("Option %s not set", option); in GetConfigOption()
H A Duds_daemon.c1880 … else debugf("udsserver_default_reg_domain_changed %##s already in list, not re-adding", &d->name); in udsserver_default_reg_domain_changed()
1896 … if (p) debugf("udsserver_default_reg_domain_changed %##s still in list, not removing", &d->name); in udsserver_default_reg_domain_changed()
2230 … { debugf("add_domain_to_browser %##s already in list", d->c); return mStatus_AlreadyRegistered; } in add_domain_to_browser()
2294debugf("udsserver_automatic_browse_domain_changed: %s default browse domain %##s", add ? "Adding" … in udsserver_automatic_browse_domain_changed()
2312 …else debugf("udsserver_automatic_browse_domain_changed %##s already in list, not re-adding", &d->n… in udsserver_automatic_browse_domain_changed()
2323 …if (p) debugf("udsserver_automatic_browse_domain_changed %##s still in list, not removing", &d->na… in udsserver_automatic_browse_domain_changed()
2365 debugf("Incrementing %s refcount for %##s", in RegisterLocalOnlyDomainEnumPTR()
2392 debugf("Decrementing %s refcount for %##s", in DeregisterLocalOnlyDomainEnumPTR()
3379debugf("queryrecord_result_reply: Name %s, uid %u, addr length %d", name, x.cr_uid, addr.ss_len); in queryrecord_result_reply()
5028 debugf("LOCAL_PEERCRED %d %u %u %d", xucredlen, x.cr_version, x.cr_uid, x.cr_ngroups); in connect_callback()
[all …]
/titanic_50/usr/src/lib/efcode/engine/
H A Ddebug.c640 debugf(fcode_env_t *env) in debugf() function
1577 FORTH(0, "debugf", debugf); in _init()