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

  /external/mdnsresponder/mDNSPosix/
ExampleClientApp.c 34 static volatile mDNSBool StopNow;
41 StopNow = mDNStrue;
49 while (!StopNow)
77 if (errno != EINTR) StopNow = mDNStrue;
Identify.c 67 static volatile int StopNow; // 0 means running, 1 means stop because we got an answer, 2 means stop because of Ctrl-C
116 StopNow = 1;
160 if (/*NumHINFO && */ (NumAddr || NumAAAA)) StopNow = 1;
183 StopNow = 0;
185 while (!StopNow)
205 else if (errno != EINTR) StopNow = 2;
241 StopNow = 2;
252 if (StopNow == 0 && NumAnswers == 0 && target && target->type)
257 if (StopNow == 0 && NumAnswers == 0)
259 return(StopNow);
    [all...]

Completed in 81 milliseconds