Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-atm.c363 const struct oam_fm_ais_rdi_t *oam_fm_ais_rdi; in oam_print() member
423 oam_ptr.oam_fm_ais_rdi = (const struct oam_fm_ais_rdi_t *)(p + OAM_CELLTYPE_FUNCTYPE_LEN); in oam_print()
424 printf("\n\tFailure-type 0x%02x", oam_ptr.oam_fm_ais_rdi->failure_type); in oam_print()
426 for (idx = 0; idx < sizeof(oam_ptr.oam_fm_ais_rdi->failure_location); idx++) { in oam_print()
428 printf("%04x ", EXTRACT_16BITS(&oam_ptr.oam_fm_ais_rdi->failure_location[idx])); in oam_print()