Searched refs:rpcb_register (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/sunrpc/ |
H A D | clnt.h | 155 int rpcb_register(struct net *, u32, u32, int, unsigned short);
|
/linux-4.1.27/net/sunrpc/ |
H A D | rpcb_clnt.c | 413 * rpcb_register - set or unset a port registration with the local rpcbind svc 445 int rpcb_register(struct net *net, u32 prog, u32 vers, int prot, unsigned short port) rpcb_register() function
|
H A D | svc.c | 841 error = rpcb_register(net, program, version, protocol, port); __svc_rpcb_register4() 1004 error = rpcb_register(net, program, version, 0, 0); __svc_unregister()
|
Completed in 64 milliseconds