Lines Matching refs:n_long
100 static int rpc_getport(struct iodesc *, n_long, n_long);
110 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc, in rpc_call()
119 n_long x; in rpc_call()
283 n_long ip_src; in rpc_fromaddr()
284 n_long ip_dst; in rpc_fromaddr()
372 rpc_getport(struct iodesc *d, n_long prog, n_long vers) in rpc_getport()
375 n_long prog; /* call program */ in rpc_getport()
376 n_long vers; /* call version */ in rpc_getport()
377 n_long proto; /* call protocol */ in rpc_getport()
378 n_long port; /* call port (unused) */ in rpc_getport()
381 n_long port; in rpc_getport()
384 n_long h[RPC_HEADER_WORDS]; in rpc_getport()