Home
last modified time | relevance | path

Searched defs:ENETUNREACH (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h228 #define ENETUNREACH WSAENETUNREACH macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h144 # define ENETUNREACH 9916 macro
/freebsd/sys/sys/
H A Derrno.h114 #define ENETUNREACH 51 /* Network is unreachable */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d134 inline int ENETUNREACH = 51; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py107 ENETUNREACH = 101 variable