Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c196 DEBUG_LOCAL HANDLE gTcpipChangedEvent = NULL; // TCP/IP config changed variable
1406 if ( ( gTcpipKey != NULL ) && ( gTcpipChangedEvent ) ) in ServiceSpecificRun()
1408 …ue( gTcpipKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_SET, gTcpipChangedEvent, TRUE ); in ServiceSpecificRun()
1686 gTcpipChangedEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in SetupNotifications()
1687 err = translate_errno( gTcpipChangedEvent, (mStatus) GetLastError(), kUnknownErr ); in SetupNotifications()
1693 …lue( gTcpipKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_SET, gTcpipChangedEvent, TRUE); in SetupNotifications()
1820 if ( gTcpipChangedEvent != NULL ) in TearDownNotifications()
1822 CloseHandle( gTcpipChangedEvent ); in TearDownNotifications()
1823 gTcpipChangedEvent = NULL; in TearDownNotifications()
2000 *waitItemPtr++ = gTcpipChangedEvent; in SetupWaitList()