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

/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Drpcb_svc_com.c932 static u_int32_t lastxid; local
938 if (lastxid == 0)
939 lastxid = time_now * NFORWARD;
991 lastxid = lastxid + NFORWARD;
992 FINFO[j].forward_xid = lastxid + j; /* encode slot */
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c928 static u_int32_t lastxid; local
934 if (lastxid == 0)
935 lastxid = time_now * NFORWARD;
987 lastxid = lastxid + NFORWARD;
988 FINFO[j].forward_xid = lastxid + j; /* encode slot */

Completed in 66 milliseconds