Searched refs:LogSPS (Results 1 – 2 of 2) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | mDNSDebug.h | 100 …#define LogSPS( ... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_SPS, … macro 106 …#define LogSPS( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_SPS, … 117 #define LogSPS (mDNS_LoggingEnabled == 0) ? ((void)0) : LogSPS_
|
D | mDNS.c | 2086 …LogSPS("SendResponses: Sending wakeup %2d for %.6a %s", rr->AnnounceCount-3, &rr->WakeUp.IMAC, ARD… in SendResponses() 2095 LogSPS("NDP Announcement %2d Releasing traffic for H-MAC %.6a I-MAC %.6a %s", in SendResponses() 2114 LogSPS("ARP Announcement %2d Capturing traffic for H-MAC %.6a I-MAC %.6a %s", in SendResponses() 2120 LogSPS("NDP Announcement %2d Capturing traffic for H-MAC %.6a I-MAC %.6a %s", in SendResponses() 2407 … if (newptr) { responseptr = newptr; LogSPS("SendResponses put %s", ARDisplayString(m, &opt)); } in SendResponses() 2409 LogSPS("SendResponses: No space in packet for Owner OPT record (%d/%d/%d/%d) %s", in SendResponses() 3015 …LogSPS("SendQueries ARP Probe %d %s %s", ar->ProbeCount, InterfaceNameForID(m, ar->resrec.Interfac… in SendQueries() 3020 …LogSPS("SendQueries NDP Probe %d %s %s", ar->ProbeCount, InterfaceNameForID(m, ar->resrec.Interfac… in SendQueries() 3180 LogSPS("SendQueries putting %s", ARDisplayString(m, &opt)); in SendQueries() 4218 LogSPS("CheckProxyRecords: Removing %d H-MAC %.6a I-MAC %.6a %d %s", in CheckProxyRecords() [all …]
|