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

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c626 * finfo_lock protects rpcb_rmtcalls, rpcb_rmtcalls_max, lastxid,
633 static ulong_t lastxid; variable
1233 * initialization: once this has happened, lastxid will
1236 if (lastxid == 0)
1237 lastxid = time(NULL);
1266 lastxid++;
1267 /* avoid lastxid wraparound to 0 */
1268 if (lastxid == 0)
1269 lastxid = 1;
1270 } while (forward_find(lastxid, uadd
[all...]

Completed in 64 milliseconds