Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Droute_obj.c68 r->rt_family = AF_UNSPEC; in route_constructor()
137 nl_dump_line(p, "%s ", nl_af2str(r->rt_family, buf, sizeof(buf))); in route_dump_line()
301 nl_af2str(route->rt_family, buf, sizeof(buf))); in route_dump_env()
367 diff |= ROUTE_DIFF(FAMILY, a->rt_family != b->rt_family); in route_compare()
572 route->rt_family = family; in rtnl_route_set_family()
580 return route->rt_family; in rtnl_route_get_family()
586 if (addr->a_family != route->rt_family) in rtnl_route_set_dst()
589 route->rt_family = addr->a_family; in rtnl_route_set_dst()
613 if (addr->a_family != route->rt_family) in rtnl_route_set_src()
616 route->rt_family = addr->a_family; in rtnl_route_set_src()
[all …]
/external/libnl/include/
Dnetlink-types.h258 uint8_t rt_family; member