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

/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp156 struct proxy_options m_ProxyOptions; member in class:VBoxNetLwipNAT
216 if (!m_ProxyOptions.ipv6_enabled)
225 if (m_ProxyOptions.ipv6_defroute == fIPv6DefaultRoute)
230 m_ProxyOptions.ipv6_defroute = fIPv6DefaultRoute;
468 if (pNat->m_ProxyOptions.ipv6_enabled) {
501 proxy_init(&g_pLwipNat->m_LwipNetIf, &g_pLwipNat->m_ProxyOptions);
552 if (pNat->m_ProxyOptions.ipv6_enabled) {
636 m_ProxyOptions.ipv6_enabled = 0;
637 m_ProxyOptions.ipv6_defroute = 0;
638 m_ProxyOptions
[all...]

Completed in 42 milliseconds