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