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

  /external/toybox/toys/pending/
dhcp6.c 47 long retry, timeout, errortimeout;
554 if (!TT.errortimeout) TT.errortimeout = 20;
564 dbg("Error timeout: %d\n", TT.errortimeout);
601 if(TT.retries > TT.retry) set_timeout(TT.errortimeout);
605 set_timeout(TT.errortimeout);
613 if (TT.retries > TT.retry) set_timeout(TT.errortimeout);
616 set_timeout(TT.errortimeout);
  /external/toybox/generated/
globals.h 462 long retry, timeout, errortimeout; member in struct:dhcp6_data

Completed in 1684 milliseconds