Home
last modified time | relevance | path

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

/freebsd-src/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h212 #define ENOPROTOOPT WSAENOPROTOOPT macro
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Derrno.h164 # define ENOPROTOOPT 9921 macro
/freebsd-src/sys/sys/
H A Derrno.h102 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/freebsd-src/cddl/lib/libdtrace/
H A Derrno.d114 inline int ENOPROTOOPT = 42; variable
/freebsd-src/contrib/lib9p/pytest/
H A Dlerrno.py98 ENOPROTOOPT = 92 variable