Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Daddr.c140 addr->a_scope = RT_SCOPE_NOWHERE; in addr_constructor()
220 addr->a_scope = ifa->ifa_scope; in addr_msg_parser()
397 rtnl_scope2str(addr->a_scope, buf, sizeof(buf))); in addr_dump_line()
500 diff |= ADDR_DIFF(SCOPE, a->a_scope != b->a_scope); in addr_compare()
632 am.ifa_scope = tmpl->a_scope; in build_addr_msg()
949 addr->a_scope = scope; in rtnl_addr_set_scope()
955 return addr->a_scope; in rtnl_addr_get_scope()
/external/libnl/include/netlink-private/
Dtypes.h290 uint8_t a_scope; member