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

/external/libnl/lib/route/
H A Droute_obj.c71 r->rt_protocol = RTPROT_STATIC;
230 rtnl_route_proto2str(r->rt_protocol, buf, sizeof(buf)));
370 diff |= ROUTE_DIFF(PROTOCOL, a->rt_protocol != b->rt_protocol);
547 route->rt_protocol = protocol;
553 return route->rt_protocol;
938 route->rt_protocol = rtm->rtm_protocol;
1087 .rtm_protocol = route->rt_protocol,
/external/libnl/include/
H A Dnetlink-types.h262 uint8_t rt_protocol; member in struct:rtnl_route

Completed in 237 milliseconds