OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dns_sd_fd
(Results
1 - 2
of
2
) sorted by null
/external/mdnsresponder/Clients/
dns-sd.c
[
all
...]
/external/mdnsresponder/mDNSPosix/
nss_mdns.c
1002
int
dns_sd_fd
= DNSServiceRefSockFD(sdref);
local
1003
int nfds =
dns_sd_fd
+ 1;
1011
FD_SET(
dns_sd_fd
, &readfds);
1019
if (FD_ISSET(
dns_sd_fd
, &readfds))
[
all
...]
Completed in 76 milliseconds