Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c85 char sip_str[MAX_IP_ADDR_LEN]; in DumpFWRuleTable() local
104 !inet_ntop(AF_INET, &(fwr->fr_dstIP), sip_str, INET_ADDRSTRLEN)) in DumpFWRuleTable()
110 sprintf(sip_str, "%s/%d", sip_str, fwr->fr_dstIPmask); in DumpFWRuleTable()
114 cip_str, sip_str); in DumpFWRuleTable()