Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Drpcb_clnt.c836 const struct rpcbind_args *rpcb = data; in rpcb_enc_mapping() local
840 *p++ = cpu_to_be32(rpcb->r_prog); in rpcb_enc_mapping()
841 *p++ = cpu_to_be32(rpcb->r_vers); in rpcb_enc_mapping()
842 *p++ = cpu_to_be32(rpcb->r_prot); in rpcb_enc_mapping()
843 *p = cpu_to_be32(rpcb->r_port); in rpcb_enc_mapping()
849 struct rpcbind_args *rpcb = data; in rpcb_dec_getport() local
853 rpcb->r_port = 0; in rpcb_dec_getport()
863 rpcb->r_port = port; in rpcb_dec_getport()
901 const struct rpcbind_args *rpcb = data; in rpcb_enc_getaddr() local
905 *p++ = cpu_to_be32(rpcb->r_prog); in rpcb_enc_getaddr()
[all …]