HomeSort by relevance Sort by last modified time
    Searched refs:rt_protocol (Results 1 - 2 of 2) sorted by null

  /external/libnl/lib/route/
route_obj.c 72 r->rt_protocol = RTPROT_STATIC;
232 rtnl_route_proto2str(r->rt_protocol, buf, sizeof(buf)));
359 diff |= ROUTE_DIFF(PROTOCOL, a->rt_protocol != b->rt_protocol);
635 route->rt_protocol = protocol;
641 return route->rt_protocol;
1034 route->rt_protocol = rtm->rtm_protocol;
1188 .rtm_protocol = route->rt_protocol,
  /external/libnl/include/netlink-private/
types.h 285 uint8_t rt_protocol; member in struct:rtnl_route

Completed in 66 milliseconds