Searched defs:executeIfconfig (Results 1 - 1 of 1) sorted by relevance
/vbox/src/apps/adpctl/ |
H A D | VBoxNetAdpCtl.cpp | 97 static int executeIfconfig(const char *pcszAdapterName, const char *pcszArg1, function 198 if (executeIfconfig(pszAdapterName, "inet6", 435 rc = executeIfconfig(pszAdapterName, "inet6", VBOXADPCTL_DEL_CMD, pszAddress); 439 rc = executeIfconfig(pszAdapterName, "0.0.0.0"); 441 rc = executeIfconfig(pszAdapterName, VBOXADPCTL_DEL_CMD, pszAddress); 446 executeIfconfig(pszAdapterName, "inet", "unplumb"); 457 if (executeIfconfig(pszAdapterName, "inet6") != 0) 458 executeIfconfig(pszAdapterName, "inet6", "plumb", "up"); 468 rc = executeIfconfig(pszAdapterName, "inet6", VBOXADPCTL_ADD_CMD, pszAddress, pszOption, pszNetworkMask); 474 if (executeIfconfig(pszAdapterNam [all...] |
Completed in 1399 milliseconds