Searched refs:fwr (Results 1 – 1 of 1) sorted by relevance
83 FirewallRule *fwr; in DumpFWRuleTable() local96 fwr = &g_FWRules[i]; in DumpFWRuleTable()112 (i + 1), fwr->fr_count, in DumpFWRuleTable()115 if (fwr->fr_srcPort) in DumpFWRuleTable()117 if (fwr->fr_dstPort) in DumpFWRuleTable()220 FirewallRule *fwr; in ParseConfigFile() local237 fwr = &g_FWRules[i]; in ParseConfigFile()269 p = ExtractIPAddress(p, &fwr->fr_srcIP, &(fwr->fr_srcIPmask)); in ParseConfigFile()275 p = ExtractIPAddress(p, &fwr->fr_dstIP, &(fwr->fr_dstIPmask)); in ParseConfigFile()281 p = ExtractPort(p, &(fwr->fr_srcPort), &(fwr->fr_dstPort)); in ParseConfigFile()[all …]