OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getifaddrs
(Results
1 - 12
of
12
) sorted by null
/external/dhcpcd/
ifaddrs.h
30
extern int
getifaddrs
(struct ifaddrs **ifap);
ifaddrs.c
96
int
getifaddrs
(struct ifaddrs **ifap)
function
net.c
356
if (
getifaddrs
(&ifaddrs) == -1)
541
if (
getifaddrs
(&ifaddrs) == -1)
561
/* TODO: Fix
getifaddrs
() */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ifaddrs.h
28
/* The `
getifaddrs
' function generates a linked list of these structures.
67
extern int
getifaddrs
(struct ifaddrs **__ifap) __THROW;
69
/* Reclaim the storage allocated by a previous `
getifaddrs
' call. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ifaddrs.h
28
/* The `
getifaddrs
' function generates a linked list of these structures.
67
extern int
getifaddrs
(struct ifaddrs **__ifap) __THROW;
69
/* Reclaim the storage allocated by a previous `
getifaddrs
' call. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ifaddrs.h
28
/* The `
getifaddrs
' function generates a linked list of these structures.
67
extern int
getifaddrs
(struct ifaddrs **__ifap) __THROW;
69
/* Reclaim the storage allocated by a previous `
getifaddrs
' call. */
/external/chromium/net/base/
net_util_posix.cc
60
//
getifaddrs
() may require IO operations.
64
if (
getifaddrs
(&ifaddr) < 0) {
65
PLOG(ERROR) << "
getifaddrs
";
net_util.cc
[
all
...]
/external/libpcap/
fad-getad.c
136
* This is the implementation used on platforms that have "
getifaddrs
()".
159
* of "
getifaddrs
()" now, or in the future, will return
162
if (
getifaddrs
(&ifap) != 0) {
164
"
getifaddrs
: %s", pcap_strerror(errno));
configure
[
all
...]
/external/ipsec-tools/src/racoon/
grabmyaddr.c
214
static int
getifaddrs
(struct ifaddrs **ifa0)
function
343
if (
getifaddrs
(&ifa0)) {
345
"
getifaddrs
failed: %s\n", strerror(errno));
/external/libppp/src/
ipv6cp.c
135
if (
getifaddrs
(&ifap) < 0)
Completed in 194 milliseconds