OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_scope
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/route/
addr.c
139
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/
netlink-types.h
226
uint8_t
a_scope
;
member in struct:rtnl_addr
Completed in 34 milliseconds