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

/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dyp_b.h77 struct timeval lastping; /* info to avoid a ping storm */ member in struct:domain
H A Dyp_b_subr.c222 gettimeofday(&(pdom->lastping), NULL);
271 if ((tp.tv_sec - cur_domain->lastping.tv_sec) >
939 gettimeofday(&(a_domain->lastping), NULL);
992 pdom->lastping.tv_sec = 0;
993 pdom->lastping.tv_usec = 0; /* require ping */
1061 (void) gettimeofday(&(pdom->lastping), NULL);
/opensolaris-onvv-gate/usr/src/lib/libnsl/yp/
H A Dyp_b.h85 struct timeval lastping; /* info to avoid a ping storm */ member in struct:domain

Completed in 47 milliseconds