OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnh_realms
(Results
1 - 3
of
3
) sorted by null
/external/libnl/lib/route/
nexthop.c
92
diff |= NH_DIFF(REALMS, a->
rtnh_realms
!= b->
rtnh_realms
);
161
RTNL_REALM_FROM(nh->
rtnh_realms
),
162
RTNL_REALM_TO(nh->
rtnh_realms
));
197
RTNL_REALM_FROM(nh->
rtnh_realms
),
198
RTNL_REALM_TO(nh->
rtnh_realms
));
296
nh->
rtnh_realms
= realms;
302
return nh->
rtnh_realms
;
route_obj.c
1161
if (nh->
rtnh_realms
)
1162
NLA_PUT_U32(msg, RTA_FLOW, nh->
rtnh_realms
);
/external/libnl/include/
netlink-types.h
251
uint32_t
rtnh_realms
;
member in struct:rtnl_nexthop
Completed in 33 milliseconds