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:getifaddrs
(Results
1 - 25
of
40
) sorted by relevance
1
2
/third_party/rust/crates/nix/src/
H
A
D
ifaddrs.rs
3
//! Uses the Linux and/or BSD specific function `
getifaddrs
` to query the list
18
/// Describes a single address for an interface as returned by `
getifaddrs
`.
113
/// Holds the results of `
getifaddrs
`.
115
/// Use the function `
getifaddrs
` to create this Iterator. Note that the
143
/// Get interface addresses using libc's `
getifaddrs
`
154
/// let addrs = nix::ifaddrs::
getifaddrs
().unwrap();
168
pub fn
getifaddrs
() -> Result<InterfaceAddressIterator> {
in getifaddrs()
functions
171
Errno::result(libc::
getifaddrs
(addrs.as_mut_ptr())).map(|_| {
in getifaddrs()
184
// Only checks if `
getifaddrs
` can be invoked without panicking.
187
let _ =
getifaddrs
();
in test_getifaddrs()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H
A
D
net_if_test.cpp
22
ASSERT_NE(-1,
getifaddrs
(&ifAddr));
in HWTEST_F()
37
ASSERT_NE(-1,
getifaddrs
(&ifAddr));
in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
getifaddrs.c
27
int ret =
getifaddrs
(&ifaddr);
in getifaddrs_0100()
H
A
D
freeifaddrs.c
34
int result =
getifaddrs
(&addrs);
in freeifaddrs_0100()
36
t_error("%s
getifaddrs
failed\n", __func__);
in freeifaddrs_0100()
/third_party/libwebsockets/lib/misc/
H
A
D
getifaddrs.h
71
int
getifaddrs
(struct ifaddrs **);
H
A
D
getifaddrs.c
35
* http://ftp.uninett.no/pub/OpenBSD/src/kerberosV/src/lib/roken/
getifaddrs
.c
62
#include "
getifaddrs
.h"
144
*end = lws_malloc(sizeof(**end), "
getifaddrs
");
in getifaddrs2()
149
(*end)->ifa_addr = lws_malloc(salen, "
getifaddrs
");
in getifaddrs2()
157
lws_malloc(sizeof(ifr->ifr_broadaddr), "
getifaddrs
");
in getifaddrs2()
162
lws_malloc(sizeof(ifr->ifr_dstaddr), "
getifaddrs
");
in getifaddrs2()
189
getifaddrs
(struct ifaddrs **ifap)
in getifaddrs()
function
272
getifaddrs
(&b);
in main()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
ifaddrs.h
28
int
getifaddrs
(struct ifaddrs **);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
ifaddrs.h
28
int
getifaddrs
(struct ifaddrs **);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
ifaddrs.h
28
int
getifaddrs
(struct ifaddrs **);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
ifaddrs.h
28
int
getifaddrs
(struct ifaddrs **);
/third_party/musl/include/
H
A
D
ifaddrs.h
28
int
getifaddrs
(struct ifaddrs **);
/third_party/libwebsockets/contrib/
H
A
D
Android.mk
21
$(LWS_LIB_PATH)/
getifaddrs
.c \
/third_party/libuv/src/unix/
H
A
D
bsd-ifaddrs.c
55
* On BSD
getifaddrs
returns information related to the raw underlying
in uv__ifaddr_exclude()
79
if (
getifaddrs
(&addrs) != 0)
in uv_interface_addresses()
H
A
D
tcp.c
250
if (
getifaddrs
(&ifa))
in uv__ipv6_link_local_scope_id()
H
A
D
sunos.c
833
if (
getifaddrs
(&addrs))
in uv_interface_addresses()
/third_party/node/deps/uv/src/unix/
H
A
D
bsd-ifaddrs.c
55
* On BSD
getifaddrs
returns information related to the raw underlying
in uv__ifaddr_exclude()
79
if (
getifaddrs
(&addrs) != 0)
in uv_interface_addresses()
/third_party/curl/lib/
H
A
D
if2ip.c
115
if(
getifaddrs
(&head) >= 0) {
in Curl_if2ip()
/third_party/libwebsockets/lib/plat/freertos/
H
A
D
freertos-sockets.c
214
getifaddrs
(&ifr);
in lws_interface_to_sa()
/third_party/musl/src/network/
H
A
D
getifaddrs.c
18
/*
getifaddrs
() reports hardware addresses with PF_PACKET that implies
269
int
getifaddrs
(struct ifaddrs **ifap)
in getifaddrs()
function
/third_party/toybox/porting/liteos_a/toys/net/
H
A
D
ping.c
122
else if (
getifaddrs
(&ifa2)) perror_exit("
getifaddrs
");
in ping_main()
/third_party/toybox/toys/net/
H
A
D
ping.c
142
else if (
getifaddrs
(&ifa2)) perror_exit("
getifaddrs
");
in ping_main()
/third_party/musl/src/network/liteos_a/
H
A
D
getifaddrs.c
17
/*
getifaddrs
() reports hardware addresses with PF_PACKET that implies
237
int
getifaddrs
(struct ifaddrs **ifap)
in getifaddrs()
function
/third_party/musl/porting/liteos_a/user/src/network/
H
A
D
getifaddrs.c
17
/*
getifaddrs
() reports hardware addresses with PF_PACKET that implies
237
int
getifaddrs
(struct ifaddrs **ifap)
in getifaddrs()
function
/third_party/node/deps/cares/src/lib/
H
A
D
ares__iface_ips.c
444
if (
getifaddrs
(&ifap) != 0) {
in ares__iface_ips_enumerate()
/third_party/libwebsockets/lib/plat/unix/
H
A
D
unix-sockets.c
310
if (
getifaddrs
(&ifr)) {
in lws_interface_to_sa()
311
lwsl_err("%s: unable to
getifaddrs
: errno %d\n", __func__, errno);
in lws_interface_to_sa()
Completed in 10 milliseconds
1
2