Lines Matching full:enterprise
488 u_int enterprise; in sflow_print_counter_records() local
501 enterprise = GET_BE_U_4(sflow_counter_record->format); in sflow_print_counter_records()
502 counter_type = enterprise & 0x0FFF; in sflow_print_counter_records()
503 enterprise = enterprise >> 20; in sflow_print_counter_records()
505 ND_PRINT("\n\t enterprise %u, %s (%u) length %u", in sflow_print_counter_records()
506 enterprise, in sflow_print_counter_records()
507 (enterprise == 0) ? tok2str(sflow_counter_type_values,"Unknown",counter_type) : "Unknown", in sflow_print_counter_records()
516 if (enterprise == 0) { in sflow_print_counter_records()
676 u_int enterprise; in sflow_print_flow_records() local
692 bits, we must also check the enterprise. */ in sflow_print_flow_records()
694 enterprise = GET_BE_U_4(sflow_flow_record->format); in sflow_print_flow_records()
695 flow_type = enterprise & 0x0FFF; in sflow_print_flow_records()
696 enterprise = enterprise >> 12; in sflow_print_flow_records()
698 ND_PRINT("\n\t enterprise %u %s (%u) length %u", in sflow_print_flow_records()
699 enterprise, in sflow_print_flow_records()
700 (enterprise == 0) ? tok2str(sflow_flow_type_values,"Unknown",flow_type) : "Unknown", in sflow_print_flow_records()
710 if (enterprise == 0) { in sflow_print_flow_records()