Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c65 in_port_t fr_dstPort; /* destination port */ member
117 if (fwr->fr_dstPort) in DumpFWRuleTable()
118 printf("dport:%-6d", ntohs(fwr->fr_dstPort)); in DumpFWRuleTable()
281 p = ExtractPort(p, &(fwr->fr_srcPort), &(fwr->fr_dstPort)); in ParseConfigFile()
322 MatchPort(dp, p[i].fr_dstPort)) { in FWRLookup()