Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c63 int fr_dstIPmask; /* destination IP netmask */ member
109 if (fwr->fr_dstIPmask != 32) in DumpFWRuleTable()
110 sprintf(sip_str, "%s/%d", sip_str, fwr->fr_dstIPmask); in DumpFWRuleTable()
275 p = ExtractIPAddress(p, &fwr->fr_dstIP, &(fwr->fr_dstIPmask)); in ParseConfigFile()
320 MatchAddr(dip, p[i].fr_dstIP, p[i].fr_dstIPmask) && in FWRLookup()