Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-cfm.c296 const struct cfm_ltm_t *cfm_ltm; in cfm_print() member
418 msg_ptr.cfm_ltm = (const struct cfm_ltm_t *)tptr; in cfm_print()
424 EXTRACT_32BITS(msg_ptr.cfm_ltm->transaction_id), in cfm_print()
425 cfm_egress_id_string(ndo, msg_ptr.cfm_ltm->egress_id), in cfm_print()
426 msg_ptr.cfm_ltm->ttl)); in cfm_print()
429 etheraddr_string(ndo, msg_ptr.cfm_ltm->original_mac), in cfm_print()
430 etheraddr_string(ndo, msg_ptr.cfm_ltm->target_mac))); in cfm_print()