Searched refs:mDNSPosixGetFDSet (Results 1 – 6 of 6) sorted by relevance
/external/mdnsresponder/mDNSPosix/ |
D | ExampleClientApp.c | 68 mDNSPosixGetFDSet(m, &nfds, &readfds, &timeout); in ExampleClientEventLoop()
|
D | mDNSPosix.h | 73 extern void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, struct timeval *timeout);
|
D | Identify.c | 202 mDNSPosixGetFDSet(m, &nfds, &readfds, &remain); in WaitForAnswer()
|
D | Responder.c | 732 mDNSPosixGetFDSet(&mDNSStorage, &nfds, &readfds, &timeout); in main()
|
D | mDNSPosix.c | 1471 mDNSexport void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, struct timeval *timeout) in mDNSPosixGetFDSet() function 1649 mDNSPosixGetFDSet(m, &fdMax, &listenFDs, &timeout); // timeout may get modified in mDNSPosixRunEventLoopOnce()
|
D | ReadMe.txt | 174 mDNSPosixGetFDSet() to give mDNSPosix.c a chance to add its own file
|