OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getinterface_ip
(Results
1 - 3
of
3
) sorted by null
/external/android-clat/
getaddr.h
26
union anyip *
getinterface_ip
(const char *interface, int family);
getaddr.c
32
// shared state between
getinterface_ip
and getaddr_cb
41
* callback for
getinterface_ip
84
* error callback for
getinterface_ip
95
/* function:
getinterface_ip
100
union anyip *
getinterface_ip
(const char *interface, int family) {
function
129
logmsg(ANDROID_LOG_FATAL,"
getinterface_ip
/out of memory");
clatd.c
234
interface_ip =
getinterface_ip
(interface, AF_INET6);
Completed in 127 milliseconds