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:bound_socket
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib/
H
A
D
librpc-tirpc.h
28
int
bound_socket
(int domain, int type);
H
A
D
librpc-tirpc.c
26
int
bound_socket
(int domain, int type)
in bound_socket()
function
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_dg_create/
H
A
D
tirpc_svc_dg_create.c
45
sock =
bound_socket
(AF_INET, SOCK_DGRAM);
in main()
47
perror("
bound_socket
() failed");
in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_vc_create/
H
A
D
tirpc_svc_vc_create.c
45
sock =
bound_socket
(AF_INET, SOCK_STREAM);
in main()
47
perror("
bound_socket
() failed");
in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/
H
A
D
tirpc_clnt_vc_create.c
73
sock =
bound_socket
(AF_INET, SOCK_DGRAM);
in main()
75
perror("
bound_socket
() failed");
in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/
H
A
D
tirpc_clnt_dg_create.c
72
sock =
bound_socket
(AF_INET, SOCK_DGRAM);
in main()
74
perror("
bound_socket
() failed");
in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
H
A
D
tirpc_bottomlevel_clnt_call.c
79
sock =
bound_socket
(AF_INET, SOCK_DGRAM);
in main()
81
perror("
bound_socket
() failed");
in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/
H
A
D
tirpc_svc_5.c
78
this->sock =
bound_socket
(this->domain, this->type);
in main()
80
perror("
bound_socket
() failed");
in main()
Completed in 4 milliseconds