Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h210 #define EPROTOTYPE WSAEPROTOTYPE macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h240 # define EPROTOTYPE 9941 macro
/freebsd/sys/sys/
H A Derrno.h101 #define EPROTOTYPE 41 /* Protocol wrong type for socket */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d112 inline int EPROTOTYPE = 41; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py97 EPROTOTYPE = 91 variable