Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h214 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h212 # define EPROTONOSUPPORT 9933 macro
/freebsd/sys/sys/
H A Derrno.h103 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d116 inline int EPROTONOSUPPORT = 43; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py99 EPROTONOSUPPORT = 93 variable