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

/external/libnl/include/netlink/route/
H A Droute.h42 int32_t rtci_error; member in struct:rtnl_rtcacheinfo
/external/libnl/lib/route/
H A Droute_obj.c259 if ((r->ce_mask & ROUTE_ATTR_CACHEINFO) && r->rt_cacheinfo.rtci_error) {
261 r->rt_cacheinfo.rtci_error,
262 strerror_r(-r->rt_cacheinfo.rtci_error, buf, sizeof(buf)));

Completed in 101 milliseconds