Searched refs:ENETUNREACH (Results 1 – 6 of 6) sorted by relevance
61 # define ENETUNREACH 10051 macro
100 case ENETUNREACH: in rpl_strerror()
171 #ifndef ENETUNREACH172 #error ENETUNREACH not defined
139 #ifndef ENETUNREACH140 #define ENETUNREACH 9916
154 network_unreachable, // ENETUNREACH286 network_unreachable = ENETUNREACH,
53 static_assert(static_cast<int>(std::errc::network_unreachable) == ENETUNREACH, ""); in main()