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

/vbox/src/VBox/Devices/Network/
H A DDevINIP.cpp97 char *pszIP; member in struct:DEVINTNETIP
360 rc = CFGMR3QueryStringAlloc(pCfg, "IP", &pThis->pszIP);
511 if (!inet_aton(pThis->pszIP, &ip))
545 inet_aton(pThis->pszIP, &ip);
703 MMR3HeapFree(pThis->pszIP);
704 pThis->pszIP = NULL;
745 pThis->pszIP = NULL;

Completed in 33 milliseconds