Searched defs:OP_REMOVE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDHCPServer.cpp52 OP_REMOVE, enumerator in enum:enMainOpCodes
149 enmCode != OP_REMOVE ? RT_ELEMENTS(g_aDHCPIPOptions) : 4, /* we use only --netname and --ifname for remove*/
319 if( enmCode != OP_REMOVE
375 if(enmCode != OP_REMOVE)
449 result = handleOp(a, OP_REMOVE, 1, &cProcessed);
H A DVBoxManageNATNetwork.cpp64 OP_REMOVE, enumerator in enum:enMainOpCodes
130 enmCode != OP_REMOVE ? RT_ELEMENTS(g_aNATNetworkIPOptions) : 4, /* we use only --netname and --ifname for remove*/
294 case OP_REMOVE:
440 case OP_REMOVE:
479 result = handleOp(a, OP_REMOVE, 1, &cProcessed);

Completed in 45 milliseconds