Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:sock

278 static int wait_for_daemon(dnssd_sock_t sock, int timeout)
284 (void) sock;
297 FD_SET(sock, &set);
300 if (!select((int)(sock + 1), &set, NULL, NULL, &tv))