Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c78 static struct timeval tvstart; /* time of last PADI/PADR transmission */ variable
947 (void) gettimeofday(&tvstart, NULL); in act_spadi()
994 (void) gettimeofday(&tvstart, NULL); in act_spadr()
1023 (void) gettimeofday(&tvstart, NULL); in act_spadrp()
1048 (void) gettimeofday(&tvstart, NULL); in act_spadrn()
1450 if ((tv.tv_sec -= tvstart.tv_sec) < 0) { in find_server()
1454 } else if ((tv.tv_usec -= tvstart.tv_usec) < 0) { in find_server()
1460 tvstart = tvnow; in find_server()