Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c192 DEBUG_LOCAL HANDLE gInterfaceListChangedEvent = NULL; variable
1642 gInterfaceListChangedEvent = CreateEvent( NULL, FALSE, FALSE, NULL ); in SetupNotifications()
1643 err = translate_errno( gInterfaceListChangedEvent, (mStatus) GetLastError(), kUnknownErr ); in SetupNotifications()
1667 err = WSAEventSelect( sock, gInterfaceListChangedEvent, FD_ADDRESS_LIST_CHANGE ); in SetupNotifications()
1802 if( gInterfaceListChangedEvent ) in TearDownNotifications()
1804 CloseHandle( gInterfaceListChangedEvent ); in TearDownNotifications()
1805 gInterfaceListChangedEvent = 0; in TearDownNotifications()
1998 *waitItemPtr++ = gInterfaceListChangedEvent; in SetupWaitList()