Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Drpcb_clnt.c839 *p++ = cpu_to_be32(rpcb->r_prog); in rpcb_enc_mapping()
840 *p++ = cpu_to_be32(rpcb->r_vers); in rpcb_enc_mapping()
841 *p++ = cpu_to_be32(rpcb->r_prot); in rpcb_enc_mapping()
842 *p = cpu_to_be32(rpcb->r_port); in rpcb_enc_mapping()
848 struct rpcbind_args *rpcb = data; in rpcb_dec_getport() local
852 rpcb->r_port = 0; in rpcb_dec_getport()
862 rpcb->r_port = port; in rpcb_dec_getport()
904 *p++ = cpu_to_be32(rpcb->r_prog); in rpcb_enc_getaddr()
905 *p = cpu_to_be32(rpcb->r_vers); in rpcb_enc_getaddr()
915 struct rpcbind_args *rpcb = data; in rpcb_dec_getaddr() local
[all …]

Completed in 5 milliseconds