VirtualBox

Changeset 9767 in vbox


Ignore:
Timestamp:
Jun 17, 2008 1:45:07 PM (17 years ago)
Author:
vboxsync
Message:

Some new error codes for internal networking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r9590 r9767  
    11001100
    11011101
     1102/** @name Internal Networking Status Codes
     1103 * @
     1104 */
     1105/** The networking interface to filter was not found. */
     1106#define VERR_INTNET_FLT_IF_NOT_FOUND                (-3600)
     1107/** The networking interface to filter was busy (used by someone). */
     1108#define VERR_INTNET_FLT_IF_BUSY                     (-3601)
     1109/** Failed to create or connect to a networking interface filter. */
     1110#define VERR_INTNET_FLT_IF_FAILED                   (-3602)
     1111/** @}*/
     1112
     1113
    11021114/** @name VBox VMX Status Codes
    11031115 * @{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette