Lines Matching refs:mDNSu32

554 mDNSexport mDNSInterfaceID mDNSPlatformInterfaceIDfromInterfaceIndex(mDNS *const m, mDNSu32 index)  in mDNSPlatformInterfaceIDfromInterfaceIndex()
565 while ((intf != NULL) && (mDNSu32) intf->index != index) in mDNSPlatformInterfaceIDfromInterfaceIndex()
571 mDNSexport mDNSu32 mDNSPlatformInterfaceIndexfromInterfaceID(mDNS *const m, mDNSInterfaceID id, mDN… in mDNSPlatformInterfaceIndexfromInterfaceID()
1097 mDNSlocal mDNSu32 ProcessRoutingNotification(int sd) in ProcessRoutingNotification()
1104 mDNSu32 result = 0; in ProcessRoutingNotification()
1186 mDNSlocal mDNSu32 ProcessRoutingNotification(int sd) in ProcessRoutingNotification()
1193 mDNSu32 result = 0; in ProcessRoutingNotification()
1234 mDNSu32 changedInterfaces = 0; in InterfaceChangeCallback()
1412 mDNSexport mDNSu32 mDNSPlatformStrLen (const void *src) in mDNSPlatformStrLen()
1419 mDNSexport void mDNSPlatformMemCopy(void *dst, const void *src, mDNSu32 len) in mDNSPlatformMemCopy()
1426 mDNSexport mDNSBool mDNSPlatformMemSame(const void *dst, const void *src, mDNSu32 len) in mDNSPlatformMemSame()
1433 mDNSexport int mDNSPlatformMemCmp(const void *dst, const void *src, mDNSu32 len) in mDNSPlatformMemCmp()
1460 … void BumpDNSSECStats(mDNS *const m, DNSSECStatsAction action, DNSSECStatsType type, mDNSu32 value) in BumpDNSSECStats()
1480 mDNSexport void DNSProxyInit(mDNS *const m, mDNSu32 IpIfArr[], mDNSu32 OpIf) in DNSProxyInit()
1494 mDNSexport void mDNSPlatformMemZero(void *dst, mDNSu32 len) in mDNSPlatformMemZero()
1499 mDNSexport void * mDNSPlatformMemAllocate(mDNSu32 len) { return(malloc(len)); } in mDNSPlatformMemAllocate()
1502 mDNSexport mDNSu32 mDNSPlatformRandomSeed(void) in mDNSPlatformRandomSeed()
1569 …Addr *sadd, mDNSAddr *dadd, mDNSIPPort *lport, mDNSIPPort *rport, mDNSu32 seq, mDNSu32 ack, mDNSu1… in mDNSPlatformSendKeepalive()