Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c52 #define FR_DROP "DROP" macro
113 (fwr->fr_action == FRA_DROP)? FR_DROP : FR_ACCEPT, in DumpFWRuleTable()
256 else if (!strncmp(p, FR_DROP, sizeof(FR_DROP) - 1)) { in ParseConfigFile()
258 p += (sizeof(FR_DROP) - 1); in ParseConfigFile()