Searched refs:cell_type (Results 1 – 1 of 1) sorted by relevance
361 u_int8_t cell_type, func_type, payload, clp; in oam_print() local370 cell_type = ((*(p+ATM_HDR_LEN_NOHEC+hec))>>4) & 0x0f; in oam_print()389 tok2str(oam_celltype_values, "unknown", cell_type), in oam_print()390 cell_type); in oam_print()392 if (oam_functype_values[cell_type] == NULL) in oam_print()396 tok2str(oam_functype_values[cell_type],"none",func_type), in oam_print()401 switch (cell_type << 4 | func_type) { in oam_print()