Searched refs:udsEventCallback (Results 1 – 3 of 3) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.h | 40 typedef void (*udsEventCallback)(int fd, short filter, void *context); typedef 41 extern mStatus udsSupportAddFDToEventLoop(dnssd_sock_t fd, udsEventCallback callback, void *context…
|
/external/mdnsresponder/mDNSPosix/ |
D | PosixDaemon.c | 240 mStatus udsSupportAddFDToEventLoop(int fd, udsEventCallback callback, void *context, void **platfor… in udsSupportAddFDToEventLoop()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 218 DEBUG_LOCAL udsEventCallback gUDSCallback = NULL; 2068 udsEventCallback callback = ( udsEventCallback ) sock->userCallback; in UDSCanRead() 2083 udsSupportAddFDToEventLoop( SocketRef fd, udsEventCallback callback, void *context, void **platform… in udsSupportAddFDToEventLoop()
|