Searched refs:pcszIfName (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | netif.h | 94 int NetIfGetState(const char *pcszIfName, NETIFSTATUS *penmState); 95 int NetIfGetLinkSpeed(const char *pcszIfName, uint32_t *puMbits);
|
/vbox/src/VBox/Main/src-server/generic/ |
H A D | NetIf-generic.cpp | 45 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 D | NetIf-linux.cpp | 290 * @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 D | NetIf-solaris.cpp | 543 * @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 D | NetIf-win.cpp | 1091 * @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 2346 milliseconds