Home
last modified time | relevance | path

Searched refs:hec (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-atm.c451 const u_char *p, u_int length, u_int hec) in oam_print() argument
463 ND_TCHECK(*(p+ATM_HDR_LEN_NOHEC+hec)); in oam_print()
464 cell_header = EXTRACT_32BITS(p+hec); in oam_print()
465 cell_type = ((*(p+ATM_HDR_LEN_NOHEC+hec))>>4) & 0x0f; in oam_print()
466 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f; in oam_print()
494 p += ATM_HDR_LEN_NOHEC + hec; in oam_print()