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

  /src/usr.sbin/ndbootd/
ndbootd.c 303 time_t last_rarp_time; local in function:main
515 last_rarp_time = 0;
568 if ((last_rarp_time + NDBOOTD_CLIENT_TTL_SECONDS) < now
593 last_rarp_time = now;
ndbootd.c 303 time_t last_rarp_time; local in function:main
515 last_rarp_time = 0;
568 if ((last_rarp_time + NDBOOTD_CLIENT_TTL_SECONDS) < now
593 last_rarp_time = now;

Completed in 25 milliseconds