Searched refs:octet_count (Results 1 – 2 of 2) sorted by relevance
158 int octet_count = 0; in ip_match_dump() local227 if (++octet_count == 4) { in ip_match_dump()279 int octet_count = 0; in ip_match_execute() local297 for (octet_count = 0; octet_count < 4; octet_count++, ap++) { in ip_match_execute()438 int octet_count; in ip_match_parse() local487 octet_count = 0; in ip_match_parse()573 octet_count += 1; in ip_match_parse()578 if (octet_count == 4) { in ip_match_parse()
925 u_int octet_count; in bgp_rt_prefix_print() local934 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()