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:ifc
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
ifaddrsndk.cpp
29
struct ifaddrs *
ifc
;
in Getifaddrs()
local
30
int ret = getifaddrs(&
ifc
);
in Getifaddrs()
33
freeifaddrs(
ifc
);
in Getifaddrs()
39
struct ifaddrs *
ifc
;
in Freeifaddrs()
local
40
int gitInfo = getifaddrs(&
ifc
);
in Freeifaddrs()
42
freeifaddrs(
ifc
);
in Freeifaddrs()
H
A
D
ifaddrsndk1.cpp
25
struct ifaddrs *
ifc
= nullptr;
in Freeifaddrs()
local
27
int ret = getifaddrs(&
ifc
);
in Freeifaddrs()
29
freeifaddrs(
ifc
);
in Freeifaddrs()
/test/xts/acts/kernel_lite/net_posix/src/
H
A
D
ActsNetTest.cpp
1093
struct ifconf
ifc
= {0};
in HWTEST_F()
local
1094
memRet = memset_s(&
ifc
, sizeof(struct ifconf), 0, sizeof(struct ifconf));
in HWTEST_F()
1096
ifc
.ifc_len = 5 * sizeof(struct ifreq);
in HWTEST_F()
1097
ifc
.ifc_buf = (char *)ifr;
in HWTEST_F()
1098
int ret = ioctl(udpFd, SIOCGIFCONF, (char *)&
ifc
);
in HWTEST_F()
1100
int ifrCount =
ifc
.ifc_len / sizeof(struct ifreq);
in HWTEST_F()
1172
struct ifconf
ifc
= {0};
in HWTEST_F()
local
1173
memRet = memset_s(&
ifc
, sizeof(struct ifconf), 0, sizeof(struct ifconf));
in HWTEST_F()
1175
ifc
.ifc_len = 5 * sizeof(struct ifreq);
in HWTEST_F()
1176
ifc
in HWTEST_F()
1229
struct
ifc
onf
ifc
= {0};
HWTEST_F()
local
[all...]
Completed in 6 milliseconds