Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Daddr.c139 addr->a_scope = RT_SCOPE_NOWHERE; in addr_constructor()
212 addr->a_scope = ifa->ifa_scope; in addr_msg_parser()
335 rtnl_scope2str(addr->a_scope, buf, sizeof(buf))); in addr_dump_line()
446 rtnl_scope2str(addr->a_scope, buf, sizeof(buf))); in addr_dump_env()
489 diff |= ADDR_DIFF(SCOPE, a->a_scope != b->a_scope); in addr_compare()
569 am.ifa_scope = tmpl->a_scope; in build_addr_msg()
821 addr->a_scope = scope; in rtnl_addr_set_scope()
827 return addr->a_scope; in rtnl_addr_get_scope()
/external/libnl/include/
Dnetlink-types.h226 uint8_t a_scope; member