OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDNSPosixGetFDSet
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.h
122
// Call
mDNSPosixGetFDSet
before calling select(), to update the parameters
126
// After calling
mDNSPosixGetFDSet
(), call select(nfds, &readfds, NULL, NULL, &timeout); as usual
128
extern void
mDNSPosixGetFDSet
(mDNS *m, int *nfds, fd_set *readfds, fd_set *writefds, struct timeval *timeout);
mDNSPosix.c
2270
// to initialize their FD sets first and then call
mDNSPosixGetFDSet
()
2283
mDNSexport void
mDNSPosixGetFDSet
(mDNS *m, int *nfds, fd_set *readfds, fd_set *writefds, struct timeval *timeout)
Completed in 74 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026