Searched defs:birth (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_match.c58 unsigned int birth; member in struct:cache
140 if ((now.tv_sec - c->birth) > CACHETO) {
252 * Could get cute and update the birth time, but it's
271 c->birth = now.tv_sec;
447 * Could get cute and update the birth time, but it's
466 c->birth = now.tv_sec;

Completed in 30 milliseconds