Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c50 typedef enum {FRA_INVALID, FRA_ACCEPT, FRA_DROP} FRAction; enumerator
113 (fwr->fr_action == FRA_DROP)? FR_DROP : FR_ACCEPT, in DumpFWRuleTable()
257 fwr->fr_action = FRA_DROP; in ParseConfigFile()
349 if (action == FRA_DROP) { in ApplyActionPerFlow()