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

/vbox/src/VBox/Main/src-server/generic/
H A DNetIf-generic.cpp43 #define VBOXNETADPCTL_NAME "VBoxNetAdpCtl" macro
50 int rc = RTPathExecDir(szAdpCtl, sizeof(szAdpCtl) - sizeof("/" VBOXNETADPCTL_NAME));
56 strcat(szAdpCtl, "/" VBOXNETADPCTL_NAME);
60 LogRel(("NetIfAdpCtl: path %s does not exist. Failed to run " VBOXNETADPCTL_NAME " helper.\n",
93 int rc = RTPathExecDir(szAdpCtl, sizeof(szAdpCtl) - sizeof("/" VBOXNETADPCTL_NAME " ") - strlen(pcszCmd));
99 strcat(szAdpCtl, "/" VBOXNETADPCTL_NAME " ");
118 if (!strncmp(VBOXNETADPCTL_NAME ":", pszBuffer, sizeof(VBOXNETADPCTL_NAME)))
126 LogRel(("NetIfAdpCtlOut: No output from " VBOXNETADPCTL_NAME));
205 int rc = RTPathExecDir(szAdpCtl, sizeof(szAdpCtl) - sizeof("/" VBOXNETADPCTL_NAME " ad
[all...]

Completed in 40 milliseconds