Searched refs:cell_type (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | print-atm.c | 308 u_int16_t cell_type, func_type,vpi,vci,payload,clp; in oam_print() local 311 cell_type = ((*(p+4+hec))>>4) & 0x0f; in oam_print() 324 tok2str(oam_celltype_values, "unknown", cell_type), in oam_print() 325 cell_type); in oam_print() 327 if (oam_functype_values[cell_type] == NULL) in oam_print() 331 bittok2str(oam_functype_values[cell_type],"none",func_type), in oam_print()
|