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:netent
(Results
1 - 13
of
13
) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/network/
H
A
D
netname.c
4
struct
netent
*getnetbyaddr(uint32_t net, int addrtype)
in getnetbyaddr()
6
struct
netent
*ne = NULL;
in getnetbyaddr()
23
struct
netent
*getnetbyname(const char *netname)
in getnetbyname()
25
struct
netent
*ne = NULL;
in getnetbyname()
H
A
D
ent.c
32
struct
netent
ne;
167
struct
netent
*getnetent(void)
in getnetent()
/third_party/musl/src/network/
H
A
D
netname.c
6
struct
netent
*getnetbyaddr(uint32_t net, int addrtype)
in getnetbyaddr()
9
struct
netent
*ne = NULL;
in getnetbyaddr()
29
struct
netent
*getnetbyname(const char *netname)
in getnetbyname()
32
struct
netent
*ne = NULL;
in getnetbyname()
H
A
D
ent.c
38
struct
netent
ne;
170
struct
netent
*getnetent(void)
in getnetent()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
netdb.h
62
struct
netent
{
struct
97
struct
netent
*getnetent (void);
98
struct
netent
*getnetbyaddr (uint32_t, int);
99
struct
netent
*getnetbyname (const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
netdb.h
62
struct
netent
{
struct
97
struct
netent
*getnetent (void);
98
struct
netent
*getnetbyaddr (uint32_t, int);
99
struct
netent
*getnetbyname (const char *);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
netdb.h
62
struct
netent
{
struct
97
struct
netent
*getnetent (void);
98
struct
netent
*getnetbyaddr (uint32_t, int);
99
struct
netent
*getnetbyname (const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
netdb.h
62
struct
netent
{
struct
97
struct
netent
*getnetent (void);
98
struct
netent
*getnetbyaddr (uint32_t, int);
99
struct
netent
*getnetbyname (const char *);
/third_party/musl/include/
H
A
D
netdb.h
88
struct
netent
{
struct
123
struct
netent
*getnetent (void);
124
struct
netent
*getnetbyaddr (uint32_t, int);
125
struct
netent
*getnetbyname (const char *);
/third_party/musl/libc-test/src/api/
H
A
D
netdb.c
19
struct
netent
x;
in f()
78
{struct
netent
*(*p)(uint32_t,int) = getnetbyaddr;}
in f()
79
{struct
netent
*(*p)(const char*) = getnetbyname;}
in f()
80
{struct
netent
*(*p)(void) = getnetent;}
in f()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
getnetent.c
28
struct
netent
*ret;
in getnetent_0100()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
netdbndk.cpp
165
netent
*getInfo = nullptr;
in GetNetEnt()
177
netent
*getInfo = nullptr;
in GetNetByAddr()
190
netent
*getInfo = nullptr;
in GetNetByName()
328
netent
*ne = nullptr;
in Setnetent()
/third_party/lwip/src/netif/ppp/
H
A
D
auth.c
2046
struct
netent
*np;
Completed in 8 milliseconds