Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dip_match.c158 int octet_count = 0; in ip_match_dump() local
227 if (++octet_count == 4) { in ip_match_dump()
279 int octet_count = 0; in ip_match_execute() local
297 for (octet_count = 0; octet_count < 4; octet_count++, ap++) { in ip_match_execute()
438 int octet_count; in ip_match_parse() local
487 octet_count = 0; in ip_match_parse()
573 octet_count += 1; in ip_match_parse()
578 if (octet_count == 4) { in ip_match_parse()
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-bgp.c925 u_int octet_count; in bgp_rt_prefix_print() local
934 octet_count = (plen+7)/8; in bgp_rt_prefix_print()
935 for (i=0; i<octet_count; i++) { in bgp_rt_prefix_print()
939 ((i%2 == 1) && (i<octet_count-1)) ? " " : ""); in bgp_rt_prefix_print()