Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:TCPConnectionCallback

2602 // The TCPConnectionCallback is subsequently invoked when the connection
2605 // asynchronously fails, the TCPConnectionCallback should be invoked as usual, with the error being
2619 typedef void (*TCPConnectionCallback)(TCPSocket *sock, void *context, mDNSBool ConnectionEstablished, mStatus err);
2624 mDNSInterfaceID InterfaceID, TCPConnectionCallback callback, void *context);