Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-atm.c364 } oam_ptr; in oam_print() local
401 oam_ptr.oam_fm_loopback = (const struct oam_fm_loopback_t *)(p + OAM_CELLTYPE_FUNCTYPE_LEN); in oam_print()
405oam_ptr.oam_fm_loopback->loopback_indicator & OAM_FM_LOOPBACK_INDICATOR_MASK), in oam_print()
406 EXTRACT_32BITS(&oam_ptr.oam_fm_loopback->correlation_tag)); in oam_print()
408 for (idx = 0; idx < sizeof(oam_ptr.oam_fm_loopback->loopback_id); idx++) { in oam_print()
410 printf("%04x ", EXTRACT_16BITS(&oam_ptr.oam_fm_loopback->loopback_id[idx])); in oam_print()
414 for (idx = 0; idx < sizeof(oam_ptr.oam_fm_loopback->source_id); idx++) { in oam_print()
416 printf("%04x ", EXTRACT_16BITS(&oam_ptr.oam_fm_loopback->source_id[idx])); in oam_print()
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()
[all …]