HomeSort by relevance Sort by last modified time
    Searched refs:mDNSPosixGetFDSet (Results 1 - 5 of 5) sorted by null

  /external/mdnsresponder/mDNSPosix/
mDNSPosix.h 67 // Call mDNSPosixGetFDSet before calling select(), to update the parameters
71 // After calling mDNSPosixGetFDSet(), call select(nfds, &readfds, NULL, NULL, &timeout); as usual
73 extern void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, struct timeval *timeout);
ExampleClientApp.c 68 mDNSPosixGetFDSet(m, &nfds, &readfds, &timeout);
Identify.c 202 mDNSPosixGetFDSet(m, &nfds, &readfds, &remain);
Responder.c 732 mDNSPosixGetFDSet(&mDNSStorage, &nfds, &readfds, &timeout);
mDNSPosix.c     [all...]

Completed in 172 milliseconds