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:ifa_next
(Results
1 - 25
of
43
) sorted by relevance
1
2
/third_party/libuv/src/unix/
H
A
D
bsd-ifaddrs.c
83
for (ent = addrs; ent != NULL; ent = ent->
ifa_next
) {
in uv_interface_addresses()
104
for (ent = addrs; ent != NULL; ent = ent->
ifa_next
) {
in uv_interface_addresses()
131
for (ent = addrs; ent != NULL; ent = ent->
ifa_next
) {
in uv_interface_addresses()
H
A
D
ibmi.c
406
for (cur = ifap; cur; cur = cur->
ifa_next
) {
in uv_interface_addresses()
431
for (cur = ifap; cur; cur = cur->
ifa_next
) {
in uv_interface_addresses()
H
A
D
sunos.c
837
for (ent = addrs; ent != NULL; ent = ent->
ifa_next
) {
in uv_interface_addresses()
856
for (ent = addrs; ent != NULL; ent = ent->
ifa_next
) {
in uv_interface_addresses()
/third_party/node/deps/uv/src/unix/
H
A
D
bsd-ifaddrs.c
83
for (ent = addrs; ent != NULL; ent = ent->
ifa_next
) {
in uv_interface_addresses()
104
for (ent = addrs; ent != NULL; ent = ent->
ifa_next
) {
in uv_interface_addresses()
131
for (ent = addrs; ent != NULL; ent = ent->
ifa_next
) {
in uv_interface_addresses()
H
A
D
ibmi.c
401
for (cur = ifap; cur; cur = cur->
ifa_next
) {
in uv_interface_addresses()
426
for (cur = ifap; cur; cur = cur->
ifa_next
) {
in uv_interface_addresses()
H
A
D
linux-core.c
653
for (ent = addrs; ent != NULL; ent = ent->
ifa_next
) {
in uv_interface_addresses()
674
for (ent = addrs; ent != NULL; ent = ent->
ifa_next
) {
in uv_interface_addresses()
698
for (ent = addrs; ent != NULL; ent = ent->
ifa_next
) {
in uv_interface_addresses()
/third_party/libwebsockets/lib/misc/
H
A
D
getifaddrs.c
146
(*end)->
ifa_next
= NULL;
in getifaddrs2()
172
end = &(*end)->
ifa_next
;
in getifaddrs2()
223
p = p->
ifa_next
;
in freeifaddrs()
251
for (p = x; p; p = p->
ifa_next
) {
in print_ifaddrs()
H
A
D
getifaddrs.h
58
struct ifaddrs *
ifa_next
;
member
/third_party/musl/src/network/
H
A
D
getifaddrs.c
55
n = ifp->
ifa_next
;
in freeifaddrs()
209
if (ctx->last) ctx->last->
ifa_next
= &ifs->ifa;
in netlink_msg_to_ifaddr()
222
struct ifaddrs* next_addr = addr->ifa.
ifa_next
;
in get_ifName_via_ioctl()
234
prev_addr->ifa.
ifa_next
= next_addr;
in get_ifName_via_ioctl()
254
for (struct ifaddrs* addr = pctx->first; addr != NULL; addr = addr->
ifa_next
) {
in get_ifFlag_via_ioctl()
/third_party/musl/src/network/liteos_a/
H
A
D
getifaddrs.c
60
tmp = ifp->
ifa_next
;
in freeifaddrs()
208
if (ctx->last) ctx->last->
ifa_next
= &ifs->ifa;
in netlink_msg_to_ifaddr()
226
ifa->
ifa_next
= NULL;
in ifaddrs_init()
280
ifa->
ifa_next
= ifaddrs_init();
in getifaddrs()
281
if (!ifa->
ifa_next
) {
in getifaddrs()
285
ifa = ifa->
ifa_next
;
in getifaddrs()
/third_party/musl/porting/liteos_a/user/src/network/
H
A
D
getifaddrs.c
60
tmp = ifp->
ifa_next
;
in freeifaddrs()
208
if (ctx->last) ctx->last->ifa.
ifa_next
= &ifs->ifa;
in netlink_msg_to_ifaddr()
226
ifa->
ifa_next
= NULL;
in ifaddrs_init()
280
ifa->
ifa_next
= ifaddrs_init();
in getifaddrs()
281
if (!ifa->
ifa_next
) {
in getifaddrs()
285
ifa = ifa->
ifa_next
;
in getifaddrs()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
ifaddrs.h
13
struct ifaddrs *
ifa_next
;
member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
ifaddrs.h
13
struct ifaddrs *
ifa_next
;
member
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
ifaddrs.h
13
struct ifaddrs *
ifa_next
;
member
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
ifaddrs.h
13
struct ifaddrs *
ifa_next
;
member
/third_party/musl/include/
H
A
D
ifaddrs.h
13
struct ifaddrs *
ifa_next
;
member
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
freeifaddrs.c
42
for (struct ifaddrs *addr = addrs; addr != NULL; addr = addr->
ifa_next
) {
in freeifaddrs_0100()
/third_party/musl/porting/liteos_a/kernel/include/net/
H
A
D
if.h
58
struct ifaddr *
ifa_next
;
member
/third_party/musl/porting/uniproton/kernel/include/net/
H
A
D
if.h
58
struct ifaddr *
ifa_next
;
member
/third_party/musl/porting/liteos_m/kernel/include/net/
H
A
D
if.h
58
struct ifaddr *
ifa_next
;
member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H
A
D
if.h
58
struct ifaddr *
ifa_next
;
member
/third_party/musl/include/net/
H
A
D
if.h
58
struct ifaddr *
ifa_next
;
member
/third_party/curl/lib/
H
A
D
if2ip.c
116
for(iface = head; iface != NULL; iface = iface->
ifa_next
) {
in Curl_if2ip()
/third_party/rust/crates/nix/src/
H
A
D
ifaddrs.rs
135
self.next = ifaddr.
ifa_next
;
in next()
/third_party/libwebsockets/lib/plat/freertos/
H
A
D
freertos-sockets.c
215
for (ifc = ifr; ifc != NULL && rc; ifc = ifc->
ifa_next
) {
in lws_interface_to_sa()
Completed in 13 milliseconds
1
2