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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dforward.c352 int ipfrom, route_country; local
365 route_country = route_country_lookup();
369 if((ipfrom != route_country) && (route_country == 2)){//NA to Europe
374 }else if((ipfrom != route_country) && (route_country == 1)){//Europe to NA(north american)
393 if(route_country == 0){
394 sprintf(command,"echo '##########route_country == 0' > /dev/console");

Completed in 99 milliseconds