• Home
  • Raw
  • Download

Lines Matching refs:mDNSu32

549 mDNSexport mDNSInterfaceID mDNSPlatformInterfaceIDfromInterfaceIndex(mDNS *const m, mDNSu32 index)  in mDNSPlatformInterfaceIDfromInterfaceIndex()
560 while ((intf != NULL) && (mDNSu32) intf->index != index) in mDNSPlatformInterfaceIDfromInterfaceIndex()
566 mDNSexport mDNSu32 mDNSPlatformInterfaceIndexfromInterfaceID(mDNS *const m, mDNSInterfaceID id, mDN… in mDNSPlatformInterfaceIndexfromInterfaceID()
1056 mDNSlocal mDNSu32 ProcessRoutingNotification(int sd) in ProcessRoutingNotification()
1063 mDNSu32 result = 0; in ProcessRoutingNotification()
1145 mDNSlocal mDNSu32 ProcessRoutingNotification(int sd) in ProcessRoutingNotification()
1152 mDNSu32 result = 0; in ProcessRoutingNotification()
1182 mDNSu32 changedInterfaces = 0; in InterfaceChangeCallback()
1360 mDNSexport mDNSu32 mDNSPlatformStrLCopy(void *dst, const void *src, mDNSu32 len) in mDNSPlatformStrLCopy()
1363 return ((mDNSu32)strlcpy((char *)dst, (const char *)src, len)); in mDNSPlatformStrLCopy()
1378 return ((mDNSu32)srcLen); in mDNSPlatformStrLCopy()
1384 mDNSexport mDNSu32 mDNSPlatformStrLen (const void *src) in mDNSPlatformStrLen()
1391 mDNSexport void mDNSPlatformMemCopy(void *dst, const void *src, mDNSu32 len) in mDNSPlatformMemCopy()
1398 mDNSexport mDNSBool mDNSPlatformMemSame(const void *dst, const void *src, mDNSu32 len) in mDNSPlatformMemSame()
1405 mDNSexport void mDNSPlatformMemZero(void *dst, mDNSu32 len) in mDNSPlatformMemZero()
1410 mDNSexport void * mDNSPlatformMemAllocate(mDNSu32 len) { return(malloc(len)); } in mDNSPlatformMemAllocate()
1413 mDNSexport mDNSu32 mDNSPlatformRandomSeed(void) in mDNSPlatformRandomSeed()