Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-cfm.c304 const struct cfm_ltm_t *cfm_ltm; in cfm_print() member
426 msg_ptr.cfm_ltm = (const struct cfm_ltm_t *)tptr; in cfm_print()
432 EXTRACT_32BITS(msg_ptr.cfm_ltm->transaction_id), in cfm_print()
433 cfm_egress_id_string(msg_ptr.cfm_ltm->egress_id), in cfm_print()
434 msg_ptr.cfm_ltm->ttl); in cfm_print()
437 etheraddr_string(msg_ptr.cfm_ltm->original_mac), in cfm_print()
438 etheraddr_string(msg_ptr.cfm_ltm->target_mac)); in cfm_print()