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

/vbox/src/VBox/Main/src-server/generic/
H A DNetIf-generic.cpp45 static int NetIfAdpCtl(const char * pcszIfName, const char *pszAddr, const char *pszOption, const char *pszMask) argument
47 const char *args[] = { NULL, pcszIfName, pszAddr, pszOption, pszMask, NULL };
377 * @param pcszIfName Interface name.
380 int NetIfGetState(const char *pcszIfName, NETIFSTATUS *penmState) argument
387 RTStrCopy(Req.ifr_name, sizeof(Req.ifr_name), pcszIfName);
/vbox/src/VBox/Main/src-server/linux/
H A DNetIf-linux.cpp290 * @param pcszIfName Interface name.
293 int NetIfGetLinkSpeed(const char *pcszIfName, uint32_t *puMbits) argument
300 RTStrCopy(Req.ifr_name, sizeof(Req.ifr_name), pcszIfName);
307 *puMbits = getInterfaceSpeed(pcszIfName);
/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp543 * @param pcszIfName Interface name.
546 int NetIfGetLinkSpeed(const char *pcszIfName, uint32_t *puMbits) argument
548 *puMbits = kstatGet(pcszIfName);
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp1091 * @param pcszIfName Interface name.
1094 int NetIfGetState(const char *pcszIfName, NETIFSTATUS *penmState) argument
1105 * @param pcszIfName Interface name.
1108 int NetIfGetLinkSpeed(const char * /*pcszIfName*/, uint32_t * /*puMbits*/)

Completed in 46 milliseconds