Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Droute_obj.c78 r->rt_type = RTN_UNICAST; in route_constructor()
161 nl_rtntype2str(r->rt_type, buf, sizeof(buf))); in route_dump_line()
385 diff |= ROUTE_DIFF(TYPE, a->rt_type != b->rt_type); in route_compare()
757 route->rt_type = type; in rtnl_route_set_type()
765 return route->rt_type; in rtnl_route_get_type()
961 if (route->rt_type == RTN_LOCAL) in rtnl_route_guess_scope()
1142 route->rt_type = rtm->rtm_type; in rtnl_route_parse()
1359 .rtm_type = route->rt_type, in rtnl_route_build_msg()
/third_party/libnl/include/netlink-private/
Dtypes.h339 uint8_t rt_type; member