Lines Matching refs:DEBUG_NAME

61 #define	DEBUG_NAME									"[mDNSWin32] "  macro
284 dlog( kDebugLevelTrace, DEBUG_NAME "platform init\n" ); in mDNSPlatformInit()
315 dlog( kDebugLevelInfo, DEBUG_NAME "HIHardware: %#s\n", inMDNS->HIHardware.c ); in mDNSPlatformInit()
322 dlog( kDebugLevelInfo, DEBUG_NAME "HISoftware: %#s\n", inMDNS->HISoftware.c ); in mDNSPlatformInit()
425 dlog( kDebugLevelTrace, DEBUG_NAME "platform init done (err=%d %m)\n", err, err ); in mDNSPlatformInit()
437 dlog( kDebugLevelTrace, DEBUG_NAME "platform close\n" ); in mDNSPlatformClose()
442 dlog( kDebugLevelTrace, DEBUG_NAME "tearing down smb registration thread\n" ); in mDNSPlatformClose()
547 dlog( kDebugLevelTrace, DEBUG_NAME "platform close done\n" ); in mDNSPlatformClose()
1259 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()
1575 …dlog( kDebugLevelError, DEBUG_NAME "%s: dst is not an IPv4 or IPv6 address (type=%d)\n", __ROUTINE… in mDNSPlatformSendUDP()
2313 …dlog( kDebugLevelInfo, DEBUG_NAME "nice name \"%.*s\"\n", inMDNS->nicelabel.c[ 0 ], &inMDNS->nicel… in SetupNiceName()
2326 if ( ok ) dlog( kDebugLevelInfo, DEBUG_NAME "netbios name \"%s\"\n", inMDNS->p->nbname ); in SetupNiceName()
2336 …if ( !err ) dlog( kDebugLevelInfo, DEBUG_NAME "netbios domain/workgroup \"%s\"\n", inMDNS->p->nbdo… in SetupNiceName()
2397 …dlog( kDebugLevelInfo, DEBUG_NAME "host name \"%.*s\"\n", inMDNS->hostlabel.c[ 0 ], &inMDNS->hostl… in SetupHostName()
2442 dlog( kDebugLevelTrace, DEBUG_NAME "setting up interface list\n" ); in SetupInterfaceList()
2491 dlog( kDebugLevelVerbose, DEBUG_NAME "Interface %40s (0x%08X) %##a\n", in SetupInterfaceList()
2546 dlog( kDebugLevelVerbose, DEBUG_NAME "Interface %40s (0x%08X) %##a\n", in SetupInterfaceList()
2605 dlog( kDebugLevelInfo, DEBUG_NAME "Interface %40s (0x%08X) %##a\n", in SetupInterfaceList()
2635 dlog( kDebugLevelInfo, DEBUG_NAME "Interface %40s (0x%08X) %##a\n", in SetupInterfaceList()
2672 dlog( kDebugLevelTrace, DEBUG_NAME "setting up interface list done (err=%d %m)\n", err, err ); in SetupInterfaceList()
2685 dlog( kDebugLevelTrace, DEBUG_NAME "tearing down interface list\n" ); in TearDownInterfaceList()
2703 …dlog( kDebugLevelInfo, DEBUG_NAME "freeing unreferenced, inactive interface %#p %#a\n", ifd, &ifd-… in TearDownInterfaceList()
2720 dlog( kDebugLevelTrace, DEBUG_NAME "tearing down interface list done\n" ); in TearDownInterfaceList()
2735 dlog( kDebugLevelTrace, DEBUG_NAME "setting up interface\n" ); in SetupInterface()
2845 dlog( kDebugLevelInfo, DEBUG_NAME "Registered interface %##a with mDNS\n", inIFA->ifa_addr ); in SetupInterface()
2858 dlog( kDebugLevelTrace, DEBUG_NAME "setting up interface done (err=%d %m)\n", err, err ); in SetupInterface()
2873 …dlog( kDebugLevelInfo, DEBUG_NAME "Deregistering interface %#a with mDNS\n", &inIFD->interfaceInfo… in TearDownInterface()
2892 …dlog( kDebugLevelInfo, DEBUG_NAME "deferring free of interface %#p %#a\n", inIFD, &inIFD->interfac… in TearDownInterface()
2896 …dlog( kDebugLevelInfo, DEBUG_NAME "freeing interface %#p %#a immediately\n", inIFD, &inIFD->interf… in TearDownInterface()
2922 dlog( kDebugLevelTrace, DEBUG_NAME "setting up socket %##a\n", inAddr ); in SetupSocket()
3093 …dlog( kDebugLevelError, DEBUG_NAME "%s: unsupport socket family (%d)\n", __ROUTINE__, inAddr->sa_f… in SetupSocket()
3155 dlog( kDebugLevelError, DEBUG_NAME "%s: invalid sa_family %d", __ROUTINE__, inSA->sa_family ); in SockAddrToMDNSAddr()
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()
3355 …dlog( kDebugLevelChatty, DEBUG_NAME " src = %#a:%u\n", &sock->overlapped.srcAddr, ntohs( … in UDPEndRecv()
3356 …dlog( kDebugLevelChatty, DEBUG_NAME " dst = %#a:%u\n", &sock->overlapped.dstAddr, ntohs( … in UDPEndRecv()
3360 …dlog( kDebugLevelChatty, DEBUG_NAME " interface = %#a (index=0x%08X)\n", &sock->ifd->interfaceI… in UDPEndRecv()
3363 dlog( kDebugLevelChatty, DEBUG_NAME "\n" ); in UDPEndRecv()
3382 dlog( kDebugLevelInfo, DEBUG_NAME "interface list changed\n" ); in InterfaceListDidChange()
3411 dlog( kDebugLevelInfo, DEBUG_NAME "computer description has changed\n" ); in ComputerDescriptionDidChange()
3426 dlog( kDebugLevelInfo, DEBUG_NAME "TCP/IP config has changed\n" ); in TCPIPConfigDidChange()
3441 dlog( kDebugLevelInfo, DEBUG_NAME "DynDNS config has changed\n" ); in DynDNSConfigDidChange()
3456 dlog( kDebugLevelInfo, DEBUG_NAME "File shares has changed\n" ); in FileSharingDidChange()
3468 dlog( kDebugLevelInfo, DEBUG_NAME "Firewall has changed\n" ); in FirewallDidChange()
3591 …dlog( kDebugLevelAlert, DEBUG_NAME "%s: IPv4 ifindex out-of-range (0x%08X)\n", __ROUTINE__, iaa->I… in getifaddrs_ipv6()
3595 …dlog( kDebugLevelAlert, DEBUG_NAME "%s: IPv6 ifindex out-of-range (0x%08X)\n", __ROUTINE__, iaa->I… in getifaddrs_ipv6()
3769 …dlog( kDebugLevelInfo, DEBUG_NAME "%s: IPv4 mask = %s\n", __ROUTINE__, inet_ntoa( sa4->sin_addr ) … in getifaddrs_ipv6()
3789 …dlog( kDebugLevelWarning, DEBUG_NAME "%s: IPv6 link prefix 0, defaulting to /128\n", __ROUTINE__ ); in getifaddrs_ipv6()
4180 dlog( kDebugLevelInfo, DEBUG_NAME "Unicast UDP responses %s\n", ok ? "okay" : "*not allowed*" ); in CanReceiveUnicast()
4509 dlog( kDebugLevelChatty, DEBUG_NAME "closing TCPSocket 0x%x:%d\n", sock, sock->fd ); in TCPCloseSocket()
4530 dlog( kDebugLevelChatty, DEBUG_NAME "freeing TCPSocket 0x%x:%d\n", sock, sock->fd ); in TCPFreeSocket()
4555 dlog( kDebugLevelChatty, DEBUG_NAME "closing UDPSocket %d\n", sock->fd ); in UDPCloseSocket()
4576 dlog( kDebugLevelChatty, DEBUG_NAME "freeing UDPSocket %d\n", sock->fd ); in UDPFreeSocket()
4924 dlog( kDebugLevelTrace, DEBUG_NAME "Sharing is enabled\n" ); in CheckFileShares()
5028 dlog( kDebugLevelTrace, DEBUG_NAME "deregistering smb type\n" ); in CheckFileShares()
5082 dlog( kDebugLevelTrace, DEBUG_NAME "IsWOMPEnabledForAdapter: %s\n", adapterName ); in IsWOMPEnabledForAdapter()
5113 dlog( kDebugLevelTrace, DEBUG_NAME "IsWOMPEnabledForAdapter returns %s\n", ok ? "true" : "false" ); in IsWOMPEnabledForAdapter()
5127 …dlog( kDebugLevelChatty, DEBUG_NAME "%s: calling DispatchUDPEvent on socket %d, error = %d, bytesT… in DispatchSocketEvents()
5135 …dlog( kDebugLevelChatty, DEBUG_NAME "%s: calling DispatchTCPEvent on socket %d, error = %d, bytesT… in DispatchSocketEvents()
5157 dlog( kDebugLevelChatty, DEBUG_NAME "calling mDNSCoreReceive on socket: %d\n", sock->fd ); in DispatchUDPEvent()
5188 dlog( kDebugLevelChatty, DEBUG_NAME "calling TCP read handler on socket: %d\n", sock->fd ); in DispatchTCPEvent()