Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
H A Drpcb_clnt.c306 * the v4 ping will fail. Proceed anyway, but disallow rpcb in rpcb_create_local_net()
809 const struct rpcbind_args *rpcb = data; in rpcb_enc_mapping() local
813 *p++ = cpu_to_be32(rpcb->r_prog); in rpcb_enc_mapping()
814 *p++ = cpu_to_be32(rpcb->r_vers); in rpcb_enc_mapping()
815 *p++ = cpu_to_be32(rpcb->r_prot); in rpcb_enc_mapping()
816 *p = cpu_to_be32(rpcb->r_port); in rpcb_enc_mapping()
822 struct rpcbind_args *rpcb = data; in rpcb_dec_getport() local
826 rpcb->r_port = 0; in rpcb_dec_getport()
836 rpcb->r_port = port; in rpcb_dec_getport()
874 const struct rpcbind_args *rpcb in rpcb_enc_getaddr() local
889 struct rpcbind_args *rpcb = data; rpcb_dec_getaddr() local
[all...]
/kernel/linux/linux-6.6/net/sunrpc/
H A Drpcb_clnt.c328 * the v4 ping will fail. Proceed anyway, but disallow rpcb in rpcb_create_local_net()
835 const struct rpcbind_args *rpcb = data; in rpcb_enc_mapping() local
839 *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()
900 const struct rpcbind_args *rpcb in rpcb_enc_getaddr() local
915 struct rpcbind_args *rpcb = data; rpcb_dec_getaddr() local
[all...]
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c3085 struct raw_pcb *rpcb = NULL; local
3302 for (rpcb = raw_pcbs; rpcb != NULL; rpcb = rpcb->next) {
3304 "%s", ipaddr_ntoa(&rpcb->local_ip));
3310 "%s", ipaddr_ntoa(&rpcb->remote_ip));
3315 recvQlen = netstat_netconn_recvq(rpcb->recv_arg);
3316 sendQlen = netstat_netconn_sendq(rpcb->recv_arg);
3318 proto = rpcb
[all...]

Completed in 8 milliseconds