Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c84 char cip_str[MAX_IP_ADDR_LEN]; in DumpFWRuleTable() local
103 if (!inet_ntop(AF_INET, &(fwr->fr_srcIP), cip_str, INET_ADDRSTRLEN) || in DumpFWRuleTable()
108 sprintf(cip_str, "%s/%d", cip_str, fwr->fr_srcIPmask); in DumpFWRuleTable()
114 cip_str, sip_str); in DumpFWRuleTable()