Home
last modified time | relevance | path

Searched defs:ESHUTDOWN (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h241 #define ESHUTDOWN WSAESHUTDOWN macro
/freebsd/sys/sys/
H A Derrno.h121 #define ESHUTDOWN 58 /* Can't send after socket shutdown */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d148 inline int ESHUTDOWN = 58; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py114 ESHUTDOWN = 108 variable