HomeSort by: relevance | last modified time | path
    Searched defs:lastxid (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 940 static u_int32_t lastxid; local in function:forward_register
946 if (lastxid == 0)
947 lastxid = time_now * NFORWARD;
999 lastxid = lastxid + NFORWARD;
1001 if ((u_int32_t)(lastxid + NFORWARD) <= NFORWARD)
1002 lastxid = NFORWARD;
1003 FINFO[j].forward_xid = lastxid + j; /* encode slot */

Completed in 14 milliseconds