Searched refs:a_scope (Results 1 - 2 of 2) sorted by relevance

/external/libnl/lib/route/
H A Daddr.c139 addr->a_scope = RT_SCOPE_NOWHERE;
212 addr->a_scope = ifa->ifa_scope;
335 rtnl_scope2str(addr->a_scope, buf, sizeof(buf)));
446 rtnl_scope2str(addr->a_scope, buf, sizeof(buf)));
489 diff |= ADDR_DIFF(SCOPE, a->a_scope != b->a_scope);
569 am.ifa_scope = tmpl->a_scope;
821 addr->a_scope = scope;
827 return addr->a_scope;
/external/libnl/include/
H A Dnetlink-types.h226 uint8_t a_scope; member in struct:rtnl_addr

Completed in 1832 milliseconds