HomeSort by relevance Sort by last modified time
    Searched refs:nextDispatchable (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSWindows/
mDNSWin32.h 68 TCPSocket * nextDispatchable;
87 UDPSocket * nextDispatchable;
mDNSWin32.c 297 InitLinkedList( &gTCPDispatchableSockets, offsetof( TCPSocket, nextDispatchable ) );
298 InitLinkedList( &gUDPDispatchableSockets, offsetof( UDPSocket, nextDispatchable ) );
    [all...]

Completed in 80 milliseconds