Searched refs:tftp_root (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy.h54 const char *tftp_root; member in struct:proxy_options
H A Dproxy.c96 if (opts->tftp_root != NULL) {
97 tftpd_init(proxy_netif, opts->tftp_root);
H A DVBoxNetLwipNAT.cpp640 m_ProxyOptions.tftp_root = NULL;
683 if (m_ProxyOptions.tftp_root != NULL)
685 RTStrFree((char *)m_ProxyOptions.tftp_root);
887 m_ProxyOptions.tftp_root = pszStrTemp;

Completed in 708 milliseconds