HomeSort by: relevance | last modified time | path
    Searched defs:confirmed (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/rlogind/
rlogind.c 235 static int confirmed; variable
381 if (confirmed == 0) {
383 confirmed = 1; /* we sent the null! */
605 if (!confirmed)
  /src/external/bsd/dhcpcd/dist/src/
dhcp6.c 3187 bool timedout = (op == NULL), confirmed; local
3316 confirmed = false;
3341 confirmed = true;
3355 if ((state->renew || (state->rebind && confirmed)) &&
3361 if ((state->rebind || (state->expire && confirmed)) &&
3393 if (!confirmed && !timedout) {

Completed in 27 milliseconds