Searched refs:ifa_scope (Results 1 - 8 of 8) sorted by relevance

/external/iproute2/include/linux/
H A Dif_addr.h11 __u8 ifa_scope; /* Address scope */ member in struct:ifaddrmsg
/external/kernel-headers/original/uapi/linux/
H A Dif_addr.h11 __u8 ifa_scope; /* Address scope */ member in struct:ifaddrmsg
/external/libnl/include/linux/
H A Dif_addr.h11 __u8 ifa_scope; /* Address scope */ member in struct:ifaddrmsg
/external/android-clat/
H A Dgetaddr.c56 if(ifa_p->ifa_scope != RT_SCOPE_UNIVERSE)
H A Dsetif.c58 ifa.ifa_scope = RT_SCOPE_UNIVERSE;
/external/libnl/lib/route/
H A Daddr.c212 addr->a_scope = ifa->ifa_scope;
569 am.ifa_scope = tmpl->a_scope;
575 am.ifa_scope = RT_SCOPE_HOST;
577 am.ifa_scope = RT_SCOPE_UNIVERSE;
/external/iproute2/ip/
H A Dipaddress.c537 if ((filter.scope^ifa->ifa_scope)&filter.scopemask)
631 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1)));
973 if ((filter.scope^ifa->ifa_scope)&filter.scopemask)
1124 req.ifa.ifa_scope = scope;
1212 req.ifa.ifa_scope = default_scope(&lcl);
/external/iputils/ninfod/
H A Dni_ifaddrs.c410 nlm_scope = ifam->ifa_scope;

Completed in 129 milliseconds