HomeSort by: relevance | last modified time | path
    Searched refs:TCPConnectionCallback (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.h 95 TCPConnectionCallback callback;
mDNSPosix.c 594 mDNSexport mStatus mDNSPlatformTCPSocketSetCallback(TCPSocket *sock, TCPConnectionCallback callback, void *context)
680 mDNSInterfaceID InterfaceID, TCPConnectionCallback callback, void *context)
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 3359 // The TCPConnectionCallback is subsequently invoked when the connection
3362 // asynchronously fails, the TCPConnectionCallback should be invoked as usual, with the error being
3377 typedef void (*TCPConnectionCallback)(TCPSocket *sock, void *context, mDNSBool ConnectionEstablished, mStatus err);
3384 extern mStatus mDNSPlatformTCPSocketSetCallback(TCPSocket *sock, TCPConnectionCallback callback, void *context);
3389 mDNSInterfaceID InterfaceID, TCPConnectionCallback callback, void *context);

Completed in 111 milliseconds