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:getprotobyname
(Results
1 - 19
of
19
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
proto.c
87
struct protoent *ret =
getprotobyname
("tcp");
in getprotobyname_0100()
102
struct protoent *ret =
getprotobyname
("abcd");
in getprotobyname_0200()
/third_party/musl/porting/liteos_a/user/src/network/
H
A
D
proto.c
68
struct protoent *
getprotobyname
(const char *name)
in getprotobyname()
function
/third_party/musl/src/network/
H
A
D
proto.c
68
struct protoent *
getprotobyname
(const char *name)
in getprotobyname()
function
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
netdb.h
110
struct protoent *
getprotobyname
(const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
netdb.h
110
struct protoent *
getprotobyname
(const char *);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
netdb.h
110
struct protoent *
getprotobyname
(const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
netdb.h
110
struct protoent *
getprotobyname
(const char *);
/third_party/musl/include/
H
A
D
netdb.h
136
struct protoent *
getprotobyname
(const char *);
/third_party/musl/libc-test/src/api/
H
A
D
netdb.c
81
{struct protoent*(*p)(const char*) =
getprotobyname
;}
in f()
/third_party/ltp/testcases/network/sockets/
H
A
D
ltpClient.c
315
protocol =
getprotobyname
("ICMP");
in ltp_run_traceroute_tests()
342
protocol =
getprotobyname
("ICMP");
in ltp_run_ping_tests()
/third_party/ltp/testcases/network/lib6/
H
A
D
asapi_01.c
117
pe =
getprotobyname
(ptab[i].prt_name);
in do_tests()
/third_party/libwebsockets/lib/plat/windows/
H
A
D
windows-sockets.c
134
tcp_proto =
getprotobyname
("TCP");
in lws_plat_set_socket_options()
138
lwsl_warn("
getprotobyname
(\"TCP\") failed with error, falling back to 6 %d\n", error);
in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/plat/unix/
H
A
D
unix-sockets.c
191
tcp_proto =
getprotobyname
("TCP");
in lws_plat_set_socket_options()
/third_party/backends/backend/
H
A
D
net.c
464
p =
getprotobyname
("tcp");
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
1285
pub fn
getprotobyname
(name: *const ::c_char) -> *mut protoent;
in getprotobyname()
functions
/third_party/backends/frontend/
H
A
D
saned.c
2363
p =
getprotobyname
("tcp");
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3778
pub fn
getprotobyname
(name: *const ::c_char) -> *mut protoent;
in getprotobyname()
functions
/third_party/python/Modules/
H
A
D
socketmodule.c
26
- socket.
getprotobyname
(protocolname) --> protocol number
5993
/* Python interface to
getprotobyname
(name).
6003
if (!PyArg_ParseTuple(args, "s:
getprotobyname
", &name))
6006
sp =
getprotobyname
(name);
6016
"
getprotobyname
(name) -> integer\n\
7050
{"
getprotobyname
", socket_getprotobyname,
/third_party/python/
H
A
D
configure
19668
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for
getprotobyname
" >&5
19669
printf %s "checking for
getprotobyname
... " >&6; }
19680
void *x=
getprotobyname
Completed in 54 milliseconds