OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anyip
(Results
1 - 3
of
3
) sorted by null
/external/android-clat/
getaddr.h
21
union
anyip
{
union
26
union
anyip
*getinterface_ip(const char *interface, int family);
getaddr.c
36
union
anyip
ip;
100
union
anyip
*getinterface_ip(const char *interface, int family) {
104
union
anyip
*retval = NULL;
127
retval = malloc(sizeof(union
anyip
));
132
memcpy(retval, &targ.ip, sizeof(union
anyip
));
clatd.c
230
union
anyip
*interface_ip;
Completed in 696 milliseconds