Searched refs:mDNS_Execute (Results 1 – 7 of 7) sorted by relevance
30 layer MUST call mDNS_Execute(). Failure to call mDNS_Execute() will lead33 The value returned from mDNS_Execute() is the next time (in absolute34 platform time units) at which mDNS_Execute() MUST be called again to44 mDNS_Execute() before calling select(), and the timeout value you pass46 returned from mDNS_Execute(). After the blocking select() call returns,49 mDNS_Execute() again, and if necessary adjust your timeout value53 places that should call mDNS_Execute():56 call mDNS_Execute(), and use the value returned to set the platform60 should call mDNS_Execute(), and use the value returned to set the63 3. When the platform callback timer fires, it should call mDNS_Execute()
2152 extern mDNSs32 mDNS_Execute (mDNS *const m);
4289 mDNSexport mDNSs32 mDNS_Execute(mDNS *const m) in mDNS_Execute() function
158 mDNSs32 nextTimerEvent = mDNS_Execute(m); in MainLoop()
1477 mDNSs32 nextevent = mDNS_Execute(m); in mDNSPosixGetFDSet()
1268 nextTimerEvent = udsserver_idle( mDNS_Execute( &gMDNSRecord ) - mDNS_TimeNow( &gMDNSRecord ) ); in ServiceSpecificRun()
3112 mDNSs32 mDNS_Execute (mDNS *const m) { ( void ) m; return 0; } in mDNS_Execute() function