Searched refs:ConnectionEstablished (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h2603 // completes (in which case the ConnectionEstablished parameter is true), or data is available for
2604 // reading on the socket (indicated by the ConnectionEstablished parameter being false.) If the connection
2619 typedef void (*TCPConnectionCallback)(TCPSocket *sock, void *context, mDNSBool ConnectionEstablished, mStatus err);
H A DuDNS.c964 mDNSlocal void tcpCallback(TCPSocket *sock, void *context, mDNSBool ConnectionEstablished, mStatus err) argument
979 if (ConnectionEstablished)

Completed in 76 milliseconds