OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getinterface_ip
(Results
1 - 4
of
4
) sorted by null
/external/android-clat/
getaddr.c
31
// shared state between
getinterface_ip
and getaddr_cb
40
* callback for
getinterface_ip
83
* error callback for
getinterface_ip
92
/* function:
getinterface_ip
97
union anyip *
getinterface_ip
(const char *interface, int family) {
function
126
logmsg(ANDROID_LOG_FATAL,"
getinterface_ip
/out of memory");
getaddr.h
26
union anyip *
getinterface_ip
(const char *interface, int family);
config.c
207
interface_ip =
getinterface_ip
(interface, AF_INET6);
clatd.c
153
interface_ip =
getinterface_ip
(Global_Clatd_Config.default_pdp_interface, AF_INET6);
Completed in 184 milliseconds