Searched refs:hec (Results 1 – 1 of 1) sorted by relevance
355 oam_print (const u_char *p, u_int length, u_int hec) { in oam_print() argument367 cell_header = EXTRACT_32BITS(p+hec); in oam_print()368 cell_type = ((*(p+ATM_HDR_LEN_NOHEC+hec))>>4) & 0x0f; in oam_print()369 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f; in oam_print()397 p += ATM_HDR_LEN_NOHEC + hec; in oam_print()