Searched refs:lastheartbeat (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A Dprotocol.c327 s->lastheartbeat = time(NULL);
396 s->lastheartbeat = time(NULL);
398 s->debug(0,"Responded to heartbeat at %s",asctime(localtime(&s->lastheartbeat)));
H A Dbpalogin.c103 s->lastheartbeat = 0;
H A Dtransaction.c236 if(s->lastheartbeat + s->minheartbeat > time(NULL))
249 s->lastheartbeat = time(NULL);
H A Dbpalogin.h330 time_t lastheartbeat; member in struct:session

Completed in 45 milliseconds