Home
last modified time | relevance | path

Searched refs:g_FWRules (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c69 static FirewallRule g_FWRules[MAX_RULES]; variable
96 fwr = &g_FWRules[i]; in DumpFWRuleTable()
237 fwr = &g_FWRules[i]; in ParseConfigFile()
311 FirewallRule *p = g_FWRules; in FWRLookup()