Searched refs:gFirewallExceptionList (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.c24 char gFirewallExceptionList[256]; variable
263 (void) STRNCPY(gFirewallExceptionList, tok2);
305 gFirewallExceptionList[0] = '\0';
350 if (gFirewallExceptionList[0] == '\0') {
357 (void) STRNCPY(gFirewallExceptionList, cp);
358 (void) STRNCAT(gFirewallExceptionList, ",localdomain");
H A Dmain.c48 extern char gFirewallExceptionList[];
203 if (MayUseFirewall(gConn.host, gFirewallType, gFirewallExceptionList) != 0) {
218 if (MayUseFirewall(gConn.host, gFirewallType, gFirewallExceptionList) != 0) {
341 Trace(0, "FwExceptions: %s\n", gFirewallExceptionList);
H A Dcmds.c89 extern char gFirewallExceptionList[];
2594 Trace(0, "FwExceptions: %s\n", gFirewallExceptionList);
2822 if (MayUseFirewall(gConn.host, gFirewallType, gFirewallExceptionList) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpget.c40 extern char gFirewallExceptionList[256];
520 if (MayUseFirewall(fi.host, gFirewallType, gFirewallExceptionList) != 0) {
H A Dncftpls.c39 extern char gFirewallExceptionList[256];
608 if (MayUseFirewall(fi.host, gFirewallType, gFirewallExceptionList) != 0) {
H A Dncftpput.c39 extern char gFirewallExceptionList[256];
511 if (MayUseFirewall(fi.host, gFirewallType, gFirewallExceptionList) != 0) {
H A Dncftpbatch.c60 extern char gFirewallExceptionList[256];
1197 if (MayUseFirewall(gConn.host, gFirewallType, gFirewallExceptionList) != 0) {

Completed in 111 milliseconds