Searched refs:fr_dstIPmask (Results 1 – 1 of 1) sorted by relevance
63 int fr_dstIPmask; /* destination IP netmask */ member109 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()