Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Drpc.c102 static int rpc_port = 0x400; variable
107 if (rpc_port <= 256) /* recycle after a while */ in rpc_newport()
108 rpc_port = 0x400; in rpc_newport()
109 return (--rpc_port); in rpc_newport()