Site icon EfmSoft

What does errno 128 (ENETUNREACH) mean?

 
Could be also:
ConstantTypeOS
ERROR_WAIT_NO_CHILDRENWin32 errorWindows
STATUS_ABANDONED_WAIT_0NTSTATUSWindows
ENOTSOCKerrnoWindows
NMI_HARDWARE_FAILUREBugCheck CodeWindows
Previous Next
ENOTRECOVERABLE ENOTSOCK

ENETUNREACH

No usable path to the destination network

ENETUNREACH describes an operation attempted toward an unreachable network. The failure is broader than a single application service refusing a connection and is different from ECONNREFUSED, which requires an active rejection from the target side.

Solaris also distinguishes EHOSTUNREACH for an unreachable host. In practice, routing or gateway status information may not always make the network/host boundary obvious, so retaining the exact errno and destination prefix is useful when comparing failures.

Route-oriented investigation

References


Looking for a different code? Search another status or error code.

Exit mobile version