Home
last modified time | relevance | path

Searched refs:mDNS_Execute (Results 1 – 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt30 layer MUST call mDNS_Execute(). Failure to call mDNS_Execute() will lead
33 The value returned from mDNS_Execute() is the next time (in absolute
34 platform time units) at which mDNS_Execute() MUST be called again to
44 mDNS_Execute() before calling select(), and the timeout value you pass
46 returned from mDNS_Execute(). After the blocking select() call returns,
49 mDNS_Execute() again, and if necessary adjust your timeout value
53 places that should call mDNS_Execute():
56 call mDNS_Execute(), and use the value returned to set the platform
60 should call mDNS_Execute(), and use the value returned to set the
63 3. When the platform callback timer fires, it should call mDNS_Execute()
DmDNSEmbeddedAPI.h2152 extern mDNSs32 mDNS_Execute (mDNS *const m);
DmDNS.c4289 mDNSexport mDNSs32 mDNS_Execute(mDNS *const m) in mDNS_Execute() function
/external/mdnsresponder/mDNSPosix/
DPosixDaemon.c158 mDNSs32 nextTimerEvent = mDNS_Execute(m); in MainLoop()
DmDNSPosix.c1477 mDNSs32 nextevent = mDNS_Execute(m); in mDNSPosixGetFDSet()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c1268 nextTimerEvent = udsserver_idle( mDNS_Execute( &gMDNSRecord ) - mDNS_TimeNow( &gMDNSRecord ) ); in ServiceSpecificRun()
/external/mdnsresponder/mDNSShared/
Ddnsextd.c3112 mDNSs32 mDNS_Execute (mDNS *const m) { ( void ) m; return 0; } in mDNS_Execute() function