Home
last modified time | relevance | path

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

/net/sunrpc/
Drpcb_clnt.c812 const struct rpcbind_args *rpcb = data; in rpcb_enc_mapping() local
816 *p++ = cpu_to_be32(rpcb->r_prog); in rpcb_enc_mapping()
817 *p++ = cpu_to_be32(rpcb->r_vers); in rpcb_enc_mapping()
818 *p++ = cpu_to_be32(rpcb->r_prot); in rpcb_enc_mapping()
819 *p = cpu_to_be32(rpcb->r_port); in rpcb_enc_mapping()
825 struct rpcbind_args *rpcb = data; in rpcb_dec_getport() local
829 rpcb->r_port = 0; in rpcb_dec_getport()
839 rpcb->r_port = port; in rpcb_dec_getport()
877 const struct rpcbind_args *rpcb = data; in rpcb_enc_getaddr() local
881 *p++ = cpu_to_be32(rpcb->r_prog); in rpcb_enc_getaddr()
[all …]