HomeSort by relevance Sort by last modified time
    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 35 union anyip ip;
99 union anyip *getinterface_ip(const char *interface, int family) {
103 union anyip *retval = NULL;
126 retval = malloc(sizeof(union anyip));
131 memcpy(retval, &targ.ip, sizeof(union anyip));
clatd.c 269 union anyip *interface_ip;

Completed in 3601 milliseconds