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

  /external/libnl/include/netlink/route/
route.h 37 int32_t rtci_error; member in struct:rtnl_rtcacheinfo
  /external/libnl/lib/route/
route_obj.c 257 if ((r->ce_mask & ROUTE_ATTR_CACHEINFO) && r->rt_cacheinfo.rtci_error) {
259 r->rt_cacheinfo.rtci_error,
260 strerror(-r->rt_cacheinfo.rtci_error));

Completed in 259 milliseconds