Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-atm.c372 const struct oam_fm_loopback_t *oam_fm_loopback; in oam_print() member
411 oam_ptr.oam_fm_loopback = (const struct oam_fm_loopback_t *)(p + OAM_CELLTYPE_FUNCTYPE_LEN); in oam_print()
415 … oam_ptr.oam_fm_loopback->loopback_indicator & OAM_FM_LOOPBACK_INDICATOR_MASK), in oam_print()
416 EXTRACT_32BITS(&oam_ptr.oam_fm_loopback->correlation_tag))); in oam_print()
418 for (idx = 0; idx < sizeof(oam_ptr.oam_fm_loopback->loopback_id); idx++) { in oam_print()
420 … ND_PRINT((ndo, "%04x ", EXTRACT_16BITS(&oam_ptr.oam_fm_loopback->loopback_id[idx]))); in oam_print()
424 for (idx = 0; idx < sizeof(oam_ptr.oam_fm_loopback->source_id); idx++) { in oam_print()
426 ND_PRINT((ndo, "%04x ", EXTRACT_16BITS(&oam_ptr.oam_fm_loopback->source_id[idx]))); in oam_print()