Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-hncp.c412 uint32_t last_type_mask = 0xffffffffU; in hncp_print_rec() local
463 if (last_type_mask == type_mask) { in hncp_print_rec()
466 print_type_in_line(ndo, last_type_mask, last_type_count, indent, &first_one); in hncp_print_rec()
467 last_type_mask = type_mask; in hncp_print_rec()
856 print_type_in_line(ndo, last_type_mask, last_type_count, indent, &first_one); in hncp_print_rec()