Searched refs:cell_type (Results 1 – 1 of 1) sorted by relevance
359 u_int8_t cell_type, func_type, payload, clp; in oam_print() local368 cell_type = ((*(p+ATM_HDR_LEN_NOHEC+hec))>>4) & 0x0f; in oam_print()387 tok2str(oam_celltype_values, "unknown", cell_type), in oam_print()388 cell_type); in oam_print()390 if (oam_functype_values[cell_type] == NULL) in oam_print()394 tok2str(oam_functype_values[cell_type],"none",func_type), in oam_print()399 switch (cell_type << 4 | func_type) { in oam_print()