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

/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp159 char *pszTFTPPrefix; member in struct:DRVNAT
1398 pThis->pszTFTPPrefix = NULL;
1461 GET_STRING_ALLOC(rc, pThis, pCfg, "TFTPPrefix", pThis->pszTFTPPrefix);
1520 slirp_set_dhcp_TFTP_prefix(pThis->pNATState, pThis->pszTFTPPrefix);

Completed in 36 milliseconds