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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dpreffw.c20 int gFirewallType; variable
249 gFirewallType = n;
300 gFirewallType = kFirewallNotInUse;
H A Dmain.c43 extern int gFirewallType;
203 if (MayUseFirewall(gConn.host, gFirewallType, gFirewallExceptionList) != 0) {
204 gConn.firewallType = gFirewallType;
218 if (MayUseFirewall(gConn.host, gFirewallType, gFirewallExceptionList) != 0) {
219 gConn.firewallType = gFirewallType;
336 gFirewallType,
H A Dcmds.c85 extern int gFirewallType;
296 if (gFirewallType == kFirewallNotInUse)
2822 if (MayUseFirewall(gConn.host, gFirewallType, gFirewallExceptionList) != 0) {
2823 gConn.firewallType = gFirewallType;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpget.c35 extern int gFirewallType;
520 if (MayUseFirewall(fi.host, gFirewallType, gFirewallExceptionList) != 0) {
521 fi.firewallType = gFirewallType;
H A Dncftpls.c34 extern int gFirewallType;
608 if (MayUseFirewall(fi.host, gFirewallType, gFirewallExceptionList) != 0) {
609 fi.firewallType = gFirewallType;
H A Dncftpput.c34 extern int gFirewallType;
511 if (MayUseFirewall(fi.host, gFirewallType, gFirewallExceptionList) != 0) {
512 fi.firewallType = gFirewallType;
H A Dncftpbatch.c56 extern int gFirewallType;
1197 if (MayUseFirewall(gConn.host, gFirewallType, gFirewallExceptionList) != 0) {
1198 gConn.firewallType = gFirewallType;

Completed in 118 milliseconds