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

/vbox/src/apps/adpctl/
H A DVBoxNetAdpCtl.cpp70 # define VBOXADPCTL_DEL_CMD "del" macro
73 # define VBOXADPCTL_DEL_CMD "removeif" macro
76 # define VBOXADPCTL_DEL_CMD "delete" macro
199 VBOXADPCTL_DEL_CMD, aszAddresses[i]) != EXIT_SUCCESS)
435 rc = executeIfconfig(pszAdapterName, "inet6", VBOXADPCTL_DEL_CMD, pszAddress);
441 rc = executeIfconfig(pszAdapterName, VBOXADPCTL_DEL_CMD, pszAddress);

Completed in 33 milliseconds