Lines Matching refs:n_long
96 static int rpc_getport(struct iodesc *, n_long, n_long);
106 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc, in rpc_call()
115 n_long x; in rpc_call()
278 n_long ip_src; in rpc_fromaddr()
279 n_long ip_dst; in rpc_fromaddr()
367 rpc_getport(struct iodesc *d, n_long prog, n_long vers) in rpc_getport()
370 n_long prog; /* call program */ in rpc_getport()
371 n_long vers; /* call version */ in rpc_getport()
372 n_long proto; /* call protocol */ in rpc_getport()
373 n_long port; /* call port (unused) */ in rpc_getport()
376 n_long port; in rpc_getport()
379 n_long h[RPC_HEADER_WORDS]; in rpc_getport()