Home
last modified time | relevance | path

Searched refs:kDebugLevelChatty (Results 1 – 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c1259 dlog( kDebugLevelChatty, DEBUG_NAME "adding TCPSocket 0x%x:%d\n", sock, sock->fd ); in TCPAddSocket()
1342 dlog( kDebugLevelChatty, DEBUG_NAME "%s: sock = %d\n", __ROUTINE__, sock->fd ); in TCPBeginRecv()
1374 …dlog( kDebugLevelChatty, DEBUG_NAME "%s: error = %d, bytesTransferred = %d\n", __ROUTINE__, error,… in TCPEndRecv()
1377 dlog( kDebugLevelChatty, DEBUG_NAME "%s: sock = %d\n", __ROUTINE__, sock->fd ); in TCPEndRecv()
1547 …dlog( kDebugLevelChatty, DEBUG_NAME "platform send %d bytes to %#a:%u\n", n, inDstIP, ntohs( inDst… in mDNSPlatformSendUDP()
3176 dlog( kDebugLevelChatty, DEBUG_NAME "%s: sock = %d\n", __ROUTINE__, sock->fd ); in UDPBeginRecv()
3262 …dlog( kDebugLevelChatty, DEBUG_NAME "%s: err = %d, bytesTransferred = %d\n", __ROUTINE__, err, byt… in UDPEndRecv()
3267 dlog( kDebugLevelChatty, DEBUG_NAME "%s: sock = %d\n", __ROUTINE__, sock->fd ); in UDPEndRecv()
3353 dlog( kDebugLevelChatty, DEBUG_NAME "packet received\n" ); in UDPEndRecv()
3354 dlog( kDebugLevelChatty, DEBUG_NAME " size = %d\n", bytesTransferred ); in UDPEndRecv()
[all …]
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c1337 dlog( kDebugLevelChatty - 1, DEBUG_NAME "timeout\n" ); in ServiceSpecificRun()
1342 dlog( kDebugLevelChatty - 1, DEBUG_NAME "i/o completion\n" ); in ServiceSpecificRun()
1497 dlog( kDebugLevelChatty, DEBUG_NAME "waitable event on %d\n", waitItemIndex ); in ServiceSpecificRun()
/external/mdnsresponder/mDNSShared/
DDebugServices.h286 #define kDebugLevelChatty 100 macro