Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.c55 static time_t last_reread; /* Last time configuration was read. */ variable
175 last_reread = time(NULL); in handle_hup()
200 if (last_reread != 0) in handle_int()
201 (void) fprintf(fp, "Last reconfig %s", ctime(&last_reread)); in handle_int()