Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-cfm.c289 const struct cfm_ltm_t *cfm_ltm; in cfm_print() member
466 msg_ptr.cfm_ltm = (const struct cfm_ltm_t *)tptr; in cfm_print()
467 if (cfm_common_header->first_tlv_offset < sizeof(*msg_ptr.cfm_ltm)) { in cfm_print()
469 (unsigned long) sizeof(*msg_ptr.cfm_ltm))); in cfm_print()
472 if (tlen < sizeof(*msg_ptr.cfm_ltm)) in cfm_print()
474 ND_TCHECK(*msg_ptr.cfm_ltm); in cfm_print()
480 EXTRACT_32BITS(msg_ptr.cfm_ltm->transaction_id), in cfm_print()
481 msg_ptr.cfm_ltm->ttl)); in cfm_print()
484 etheraddr_string(ndo, msg_ptr.cfm_ltm->original_mac), in cfm_print()
485 etheraddr_string(ndo, msg_ptr.cfm_ltm->target_mac))); in cfm_print()