Home
last modified time | relevance | path

Searched refs:LogInfo (Results 1 – 22 of 22) sorted by relevance

/netbsd/external/apache2/mDNSResponder/dist/mDNSCore/
H A Ddnsproxy.c90 LogInfo("ParseEDNS0: Not enough space in the packet"); in ParseEDNS0()
98 LogInfo("ParseEDNS0: Not the right type %d", rrtype); in ParseEDNS0()
141 LogInfo("AddEDNS0Option: not enough space"); in AddEDNS0Option()
227 LogInfo("AddResourceRecords: Limit is %d", limit - m->omsg.data); in AddResourceRecords()
238 LogInfo("AddResourceRecords: CacheGroup not found for %##s", tempQName.c); in AddResourceRecords()
353 LogInfo("AddResourceRecords: Did not find any valid ResourceRecords"); in AddResourceRecords()
368 LogInfo("AddResourceRecord: Added %d bytes to the packet", len); in AddResourceRecords()
383 LogInfo("ProxyClientCallback: ResourceRecord %s", RRDisplayString(m, answer)); in ProxyClientCallback()
439 LogInfo("ProxyClientCallback: No response"); in ProxyClientCallback()
543 LogInfo("IsDuplicateClient: Found a duplicate client in the list"); in IsDuplicateClient()
[all …]
H A DuDNS.c90 LogInfo("SetRecordRetry refresh in %d of %d for %s", in SetRecordRetry()
259 LogInfo("PenalizeDNSServer: Strict Unicast Ordering is FALSE"); in PenalizeDNSServer()
265 LogInfo("PenalizeDNSServer: Not Penalizing PTR question"); in PenalizeDNSServer()
279 LogInfo("PenalizeDNSServer: Strict Unicast Ordering is TRUE"); in PenalizeDNSServer()
1309 LogInfo("tcpCallback: eventPort %d", llqData.err); in tcpCallback()
2382 LogInfo("UpdateAllSRVRecords %d", m->SleepState); in UpdateAllSRVRecords()
2625 LogInfo("mDNS_AddDynDNSHostName %##s", fqdn); in mDNS_AddDynDNSHostName()
2648 LogInfo("mDNS_RemoveDynDNSHostName %##s", fqdn); in mDNS_RemoveDynDNSHostName()
2718 LogInfo("mDNS_SetPrimaryInterfaceInfo: %s%s%s%#a %#a %#a", in mDNS_SetPrimaryInterfaceInfo()
3658 LogInfo("NAT-PMP version unsupported message received"); in uDNS_ReceiveNATPMPPacket()
[all …]
H A DmDNS.c10166 LogInfo("mDNS_SendKeepalivesACK: AuthRecord is NULL"); in mDNS_SendKeepaliveACK()
10599 LogInfo("%s", buffer); in mDNSCoreReceive()
12240 LogInfo("Stopping LLQNAT"); in mDNS_StopQuery_internal()
12821 LogInfo("RestartRecordGetZoneData: ResourceRecords"); in RestartRecordGetZoneData()
14811 LogInfo("uDNS_SetupDNSConfig: No configuration change"); in uDNS_SetupDNSConfig()
15127 LogInfo("DeregLoop: %s deregistration for %p %02X %s", in DeregLoop()
15150 LogInfo("mDNS_StartExit"); in mDNS_StartExit()
15217 LogInfo("mDNS_StartExit: Deregistering resource records"); in mDNS_StartExit()
15239 LogInfo("mDNS_StartExit: done"); in mDNS_StartExit()
15249 LogInfo("mDNS_FinalExit: mDNSPlatformClose"); in mDNS_FinalExit()
[all …]
H A DmDNSDebug.h103 …#define LogInfo(... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, _… macro
109 …#define LogInfo( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, …
120 #define LogInfo (mDNS_LoggingEnabled == 0) ? ((void)0) : LogInfo_
H A DDNSCommon.c2812 LogInfo("SanityCheckBitMap: invalid length %d", len); in SanityCheckBitMap()
2826 LogInfo("SanityCheckBitMap: invalid window %d", win); in SanityCheckBitMap()
3085 LogInfo("SetRData: Malformed NAPTR flags"); in SetRData()
3094 LogInfo("SetRData: Malformed NAPTR service"); in SetRData()
3103 LogInfo("SetRData: Malformed NAPTR regexp"); in SetRData()
3123 LogInfo("SetRData: Malformed NAPTR RDATA name"); in SetRData()
3234 LogInfo("SetRData: Malformed NSEC nextname"); in SetRData()
3303 LogInfo("SetRData: hashLength zero"); in SetRData()
3377 LogInfo("SetRData: Malformed RRSIG record"); in SetRData()
3635 LogInfo("%2d %s", count, label); in DumpRecords()
[all …]
H A Danonymous.c370LogInfo("AnonInfoAnswersQuestion: Answering qname %##s, rname %##s, without validation", q->qname.… in AnonInfoAnswersQuestion()
439LogInfo("AnonInfoAnswersQuestion: ResourceRecord %s matched question %##s (%s)", RRDisplayString(&… in AnonInfoAnswersQuestion()
H A DCryptoAlg.c115 LogInfo("AlgCreate: func is NULL"); in AlgCreate()
/netbsd/external/apache2/mDNSResponder/dist/mDNSShared/
H A Duds_daemon.c731 LogInfo(" FreeExtraRR %s", RRDisplayString(m, &rr->resrec)); in FreeExtraRR()
1030 LogInfo("set_peer_pid: Not Supported on this version of OS"); in set_peer_pid()
5080 LogInfo("udsserver_init: %d %d", _DNS_SD_H, mDNSStorage.mDNS_plat); in udsserver_init()
5941 LogInfo("--- Trust Anchors ---"); in udsserver_info()
5944 LogInfo("<None>"); in udsserver_info()
5956 LogInfo("%##s %d %d %d %d %s %s", ta->zone.c, ta->rds.keyTag, in udsserver_info()
5961 LogInfo("--- DNSSEC Statistics ---"); in udsserver_info()
5972 LogInfo("DNSSEC Latency (0 to 4ms) %u", m->DNSSECStats.Latency0); in udsserver_info()
5973 LogInfo("DNSSEC Latency (4 to 9ms) %u", m->DNSSECStats.Latency5); in udsserver_info()
5985 LogInfo("DNSSEC Msg Size (<=1024) %u", m->DNSSECStats.MsgSize0); in udsserver_info()
[all …]
H A DPlatformCommon.c81LogInfo("mDNSPlatformSourceAddrForDest: connect %#a failed errno %d (%s)", dst, errno, strerror(er… in mDNSPlatformSourceAddrForDest()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dtsplog.h38 #define LogInfo(fmt, ...) LogMessage(stdout, "LOG_INFO", APPID, fmt, ##__VA_ARGS__) macro
47 #define LogInfo(fmt, ...) macro
H A Dtcslog.h68 #define LogInfo(fmt, ...) LogMessage(stdout, LOG_INFO, APPID, "%s:%d " fmt, __FILE__, __LINE__, ##_… macro
95 #define LogInfo(fmt, ...) LogMessage(stdout, LOG_INFO, APPID, fmt, ##__VA_ARGS__) macro
/netbsd/external/apache2/mDNSResponder/dist/mDNSPosix/
H A DPosixDaemon.c99 LogInfo("Unable to parse DNS server list. Unicast DNS-SD unavailable"); in Reconfigure()
211 LogInfo("%s starting", mDNSResponderVersionString); in main()
244 LogInfo("%s stopping", mDNSResponderVersionString); in main()
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_pcr.c51 LogInfo("PCR %d is configured to be kernel controlled. Extend request denied.", in TCSP_Extend_Internal()
57 LogInfo("PCR %d is configured to be firmware controlled. Extend request denied.", in TCSP_Extend_Internal()
H A Dtcsi_evlog.c43 LogInfo("PCR %d is configured to be kernel controlled. Event logging denied.", in TCS_LogPcrEvent_Internal()
49 LogInfo("PCR %d is configured to be firmware controlled. Event logging denied.", in TCS_LogPcrEvent_Internal()
H A Dtcsi_admin.c177 LogInfo("Physical Presence command denied: Must be in single" in TCSP_PhysicalPresence_Internal()
H A Dtcs_utils.c230 LogInfo("Blob's TPM Ordinal: 0x%x", ordinal); in LoadBlob_Header()
/netbsd/crypto/external/cpl/trousers/dist/src/tddl/
H A Dtddl.c189 LogInfo("Falling back to Read/Write device support."); in Tddli_TransmitData()
/netbsd/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c765 LogInfo("Config file %s not found, using defaults.", tcsd_config_file); in conf_file_init()
877 LogInfo("resetting mode of %s from %o to: %o", tcsd_options.system_ps_dir, in ps_dirs_init()
H A Dsvrside.c493 LogInfo("%s: TCSD up and running.", PACKAGE_STRING); in main()
/netbsd/external/apache2/mDNSResponder/dist/unittests/
H A DCNameRecordTests.c366LogInfo("FinalizeUnitTest: Deleting server %p %#a:%d (%##s)", ptr, &ptr->addr, mDNSVal16(ptr->port…
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc.c268 LogInfo("Sending Packet with TCSD ordinal 0x%X", hte->comm.hdr.u.ordinal); in sendTCSDPacket()
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c559 LogInfo("Accepted %s operation from %s", in access_control()