Home
last modified time | relevance | path

Searched refs:TCPContext (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSShared/
Ddnsextd.c117 } TCPContext; typedef
2655 TCPContext * context in FreeTCPContext()
2676 TCPContext * context = ( TCPContext* ) vptr; in TCPMessageHandler()
2711 TCPContext * context = ( TCPContext* ) param; in RecvTCPMessage()
2810 TCPContext * context = NULL; in AcceptTCPConnection()
2815 context = ( TCPContext* ) malloc( sizeof( TCPContext ) ); in AcceptTCPConnection()
2817 mDNSPlatformMemZero( context, sizeof( sizeof( TCPContext ) ) ); in AcceptTCPConnection()