Home | History | Annotate | Download | only in android-clat

Lines Matching defs:family

34   int family;
64 if((targ_p->family == AF_INET6) && !(ifa_p->ifa_flags & IFA_F_SECONDARY)) {
71 if(targ_p->family == AF_INET) {
96 * finds the first global non-privacy IP of the given family for the given interface, or returns NULL. caller frees pointer
98 * family - family
100 union anyip *getinterface_ip(const char *interface, int family) {
106 targ.family = family;
114 ifa.ifa_family = targ.family;