Home
last modified time | relevance | path

Searched refs:YRandomPlusOne (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rpc2/rpc2-2.14/rpc2-src/
H A Drpc2a.c1024 ib3->YRandomPlusOne = htonl(yrandom+1); in RPC2_NewBinding()
1587 ib3->YRandomPlusOne = ntohl(ib3->YRandomPlusOne); in Test3()
1588 say(9, RPC2_DebugLevel, "YRandomPlusOne = %d\n", ib3->YRandomPlusOne); in Test3()
1589 if (ib3->YRandomPlusOne != yrand+1) in Test3()
H A Drpc2.private.h403 RPC2_Integer YRandomPlusOne; member