Home
last modified time | relevance | path

Searched defs:EHOSTUNREACH (Results 1 – 5 of 5) sorted by last modified time

/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h124 # define EHOSTUNREACH 9911 macro
/freebsd/sys/sys/
H A Derrno.h133 #define EHOSTUNREACH 65 /* No route to host */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d162 inline int EHOSTUNREACH = 65; variable
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h251 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py119 EHOSTUNREACH = 113 variable