Searched refs:rtnh_realms (Results 1 - 3 of 3) sorted by relevance

/external/libnl/lib/route/
H A Dnexthop.c92 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;
H A Droute_obj.c1161 if (nh->rtnh_realms)
1162 NLA_PUT_U32(msg, RTA_FLOW, nh->rtnh_realms);
/external/libnl/include/
H A Dnetlink-types.h251 uint32_t rtnh_realms; member in struct:rtnl_nexthop

Completed in 237 milliseconds