Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/
DmDNSWin32.h68 TCPSocket * nextDispatchable; member
87 UDPSocket * nextDispatchable; member
DmDNSWin32.c297 InitLinkedList( &gTCPDispatchableSockets, offsetof( TCPSocket, nextDispatchable ) ); in mDNSPlatformInit()
298 InitLinkedList( &gUDPDispatchableSockets, offsetof( UDPSocket, nextDispatchable ) ); in mDNSPlatformInit()