Home
last modified time | relevance | path

Searched refs:WSAEMSGSIZE (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dwinsock.c199 return WSAEMSGSIZE; in uv__ntstatus_to_winsock_error()
330 error = WSAEMSGSIZE; in uv__wsarecv_workaround()
428 error = WSAEMSGSIZE; in uv__wsarecvfrom_workaround()
H A Derror.c128 case WSAEMSGSIZE: return UV_EMSGSIZE; in uv_translate_sys_error()
H A Dudp.c464 if (err == WSAEMSGSIZE) { in uv__process_udp_recv_req()
530 if (err == WSAEMSGSIZE) { in uv__process_udp_recv_req()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dw32sock.h76 case WSAEMSGSIZE: in set_winsock_errno()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dprint-winsock-errors.c37 E(WSAEMSGSIZE); in main()
/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Dnt_err.c45 LBER_RETSTR( WSAEMSGSIZE ) in ber_pvt_wsa_err2string()
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Derrwarn.c286 case WSAEMSGSIZE: in pWSAError()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinsock2.d115 WSAEMSGSIZE = (WSABASEERR+40), enumerator
186 EMSGSIZE = WSAEMSGSIZE,
H A Dwinerror.d1585 WSAEMSGSIZE,
/netbsd-src/external/bsd/unbound/dist/util/
H A Dlog.c454 case WSAEMSGSIZE: return "Message too long."; in wsa_strerror()