Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dport-sockets.h26 #define SOCKET_SET_ERRNO(x) (WSASetLastError (x)) macro
146 #define SOCKET_SET_ERRNO(x) (errno = (x)) macro
168 ? (SOCKET_SET_ERRNO(ENOSPC), (const char *)NULL) \
175 : (SOCKET_SET_ERRNO(EAFNOSUPPORT), (const char *)NULL))