Searched refs:VERR_NET_NO_BUFFER_SPACE (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/common/err/
H A DRTErrConvertFromErrno.cpp364 case ENOBUFS: return VERR_NET_NO_BUFFER_SPACE;
H A DRTErrConvertToErrno.cpp368 case VERR_NET_NO_BUFFER_SPACE: return ENOBUFS;
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp365 case WSAENOBUFS: return VERR_NET_NO_BUFFER_SPACE;
/vbox/src/VBox/Devices/Network/
H A DDrvDedicatedNic.cpp303 rc = VERR_NET_NO_BUFFER_SPACE;
H A DDevVirtioNet.cpp621 * @returns VERR_NET_NO_BUFFER_SPACE if it cannot.
632 rc = VERR_NET_NO_BUFFER_SPACE;
634 rc = VERR_NET_NO_BUFFER_SPACE;
638 rc = VERR_NET_NO_BUFFER_SPACE;
663 return VERR_NET_NO_BUFFER_SPACE;
H A DDrvUDPTunnel.cpp241 rc = VERR_NET_NO_BUFFER_SPACE;
H A DDrvVDE.cpp255 rc = rc == VERR_NO_MEMORY ? VERR_NET_NO_BUFFER_SPACE : VERR_NET_DOWN;
H A DDrvTAP.cpp282 rc = rc == VERR_NO_MEMORY ? VERR_NET_NO_BUFFER_SPACE : VERR_NET_DOWN;
H A DDevE1000.cpp3922 /** @todo handle VERR_NET_DOWN and VERR_NET_NO_BUFFER_SPACE. Signal error ? */
6123 return VERR_NET_NO_BUFFER_SPACE;
6148 return cb > 0 ? VINF_SUCCESS : VERR_NET_NO_BUFFER_SPACE;
6153 return VERR_NET_NO_BUFFER_SPACE;
6161 rc = VERR_NET_NO_BUFFER_SPACE;
6166 rc = VERR_NET_NO_BUFFER_SPACE;
6188 return VERR_NET_NO_BUFFER_SPACE;
H A DDevPCNet.cpp2138 AssertMsg(rc == VINF_SUCCESS || rc == VERR_NET_DOWN || rc == VERR_NET_NO_BUFFER_SPACE, ("%Rrc\n", rc));
4411 rc = VERR_NET_NO_BUFFER_SPACE;
4444 return VERR_NET_NO_BUFFER_SPACE;
H A DDrvNAT.cpp587 rc = VERR_NET_NO_BUFFER_SPACE;
/vbox/include/iprt/
H A Derr.h1279 #define VERR_NET_NO_BUFFER_SPACE (-455) macro

Completed in 8308 milliseconds