Lines Matching refs:mDNSu32
697 mDNSexport mDNSInterfaceID mDNSPlatformInterfaceIDfromInterfaceIndex(mDNS *const m, mDNSu32 index) in mDNSPlatformInterfaceIDfromInterfaceIndex()
706 while ( (intf != NULL) && (mDNSu32) intf->index != index) in mDNSPlatformInterfaceIDfromInterfaceIndex()
712 mDNSexport mDNSu32 mDNSPlatformInterfaceIndexfromInterfaceID(mDNS *const m, mDNSInterfaceID id) in mDNSPlatformInterfaceIndexfromInterfaceID()
1199 mDNSlocal mDNSu32 ProcessRoutingNotification( int sd) in ProcessRoutingNotification()
1206 mDNSu32 result = 0; in ProcessRoutingNotification()
1288 mDNSlocal mDNSu32 ProcessRoutingNotification( int sd) in ProcessRoutingNotification()
1295 mDNSu32 result = 0; in ProcessRoutingNotification()
1325 mDNSu32 changedInterfaces = 0; in InterfaceChangeCallback()
1492 mDNSexport mDNSu32 mDNSPlatformStrLen (const void *src) in mDNSPlatformStrLen()
1499 mDNSexport void mDNSPlatformMemCopy(const void *src, void *dst, mDNSu32 len) in mDNSPlatformMemCopy()
1506 mDNSexport mDNSBool mDNSPlatformMemSame(const void *src, const void *dst, mDNSu32 len) in mDNSPlatformMemSame()
1513 mDNSexport void mDNSPlatformMemZero( void *dst, mDNSu32 len) in mDNSPlatformMemZero()
1518 mDNSexport void * mDNSPlatformMemAllocate(mDNSu32 len) { return(malloc(len)); } in mDNSPlatformMemAllocate()
1521 mDNSexport mDNSu32 mDNSPlatformRandomSeed(void) in mDNSPlatformRandomSeed()