Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c220 gettimeofday(&(pdom->lastping), NULL);
269 if ((tp.tv_sec - cur_domain->lastping.tv_sec) >
937 gettimeofday(&(a_domain->lastping), NULL);
990 pdom->lastping.tv_sec = 0;
991 pdom->lastping.tv_usec = 0; /* require ping */
1059 (void) gettimeofday(&(pdom->lastping), NULL);
H A Dyp_b.h77 struct timeval lastping; /* info to avoid a ping storm */ member
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_b.h83 struct timeval lastping; /* info to avoid a ping storm */ member