Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Droute_obj.c72 r->rt_protocol = RTPROT_STATIC; in route_constructor()
232 rtnl_route_proto2str(r->rt_protocol, buf, sizeof(buf))); in route_dump_details()
359 diff |= ROUTE_DIFF(PROTOCOL, a->rt_protocol != b->rt_protocol); in route_compare()
635 route->rt_protocol = protocol; in rtnl_route_set_protocol()
641 return route->rt_protocol; in rtnl_route_get_protocol()
1034 route->rt_protocol = rtm->rtm_protocol; in rtnl_route_parse()
1188 .rtm_protocol = route->rt_protocol, in rtnl_route_build_msg()
/external/libnl/include/netlink-private/
Dtypes.h285 uint8_t rt_protocol; member