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

  /external/mdnsresponder/mDNSShared/
uds_daemon.h 40 typedef void (*udsEventCallback)(int fd, short filter, void *context);
41 extern mStatus udsSupportAddFDToEventLoop(dnssd_sock_t fd, udsEventCallback callback, void *context, void **platform_data);
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 240 mStatus udsSupportAddFDToEventLoop(int fd, udsEventCallback callback, void *context, void **platform_data)
243 // Depends on the fact that udsEventCallback == mDNSPosixEventCallback
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c 218 DEBUG_LOCAL udsEventCallback gUDSCallback = NULL;
    [all...]

Completed in 1018 milliseconds