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

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_rtadvd.c68 static int ndefaults = 0; variable
77 ndefaults = rtmon_get_defaults();
79 ndefaults = g_proxy_options->ipv6_defroute;
81 if (ndefaults < 0) {
86 proxy_rtadvd_fill_payload(proxy_netif, ndefaults > 0);
134 if (newdefs != ndefaults && newdefs != -1) {
135 ndefaults = newdefs;
136 proxy_rtadvd_fill_payload(proxy_netif, ndefaults > 0);

Completed in 42 milliseconds