Home | History | Annotate | Download | only in SystemService

Lines Matching refs:mDNS

143 static mStatus		RegisterWaitableEvent( mDNS * const inMDNS, HANDLE event, void * context, RegisterWaitableEventHandler handler );
144 static void UnregisterWaitableEvent( mDNS * const inMDNS, HANDLE event );
145 static mStatus SetupWaitList( mDNS * const inMDNS, HANDLE **outWaitList, int *outWaitListCount );
146 static void UDSCanAccept( mDNS * const inMDNS, HANDLE event, void * context );
150 static void CoreCallback(mDNS * const inMDNS, mStatus result);
153 static OSStatus SetLLRoute( mDNS * const inMDNS );
347 fprintf( stderr, " -cache n Number of mDNS cache entries (defaults to %d)\n", kDNSServiceCacheEntryCountDefault );
1266 // Give the mDNS core a chance to do its work and determine next event time.
1335 // Next task timeout occurred. Loop back up to give mDNS core a chance to work.
1894 static mStatus RegisterWaitableEvent( mDNS * const inMDNS, HANDLE event, void * context, RegisterWaitableEventHandler handler )
1925 static void UnregisterWaitableEvent( mDNS * const inMDNS, HANDLE event )
1973 mDNSlocal mStatus SetupWaitList( mDNS * const inMDNS, HANDLE **outWaitList, int *outWaitListCount )
2037 CoreCallback(mDNS * const inMDNS, mStatus status)
2050 mDNSlocal void UDSCanAccept( mDNS * const inMDNS, HANDLE event, void * context )
2183 mDNSexport void RecordUpdatedNiceLabel(mDNS *const m, mDNSs32 delay)
2392 SetLLRoute( mDNS * const inMDNS )