Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rpcb
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
rpcb_clnt.c
306
* 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
rpcb
ind_args *
rpcb
= data;
rpcb_dec_getaddr()
local
[all...]
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
rpcb_clnt.c
328
* 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
rpcb
ind_args *
rpcb
= data;
rpcb_dec_getaddr()
local
[all...]
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H
A
D
api_shell.c
3085
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 7 milliseconds