Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-cfm.c292 const struct cfm_ltr_t *cfm_ltr; in cfm_print() member
495 msg_ptr.cfm_ltr = (const struct cfm_ltr_t *)tptr; in cfm_print()
496 if (first_tlv_offset < sizeof(*msg_ptr.cfm_ltr)) { in cfm_print()
498 sizeof(*msg_ptr.cfm_ltr)); in cfm_print()
501 if (tlen < sizeof(*msg_ptr.cfm_ltr)) in cfm_print()
503 ND_TCHECK_SIZE(msg_ptr.cfm_ltr); in cfm_print()
509 GET_BE_U_4(msg_ptr.cfm_ltr->transaction_id), in cfm_print()
510 GET_U_1(msg_ptr.cfm_ltr->ttl)); in cfm_print()
515 GET_U_1(msg_ptr.cfm_ltr->replay_action)), in cfm_print()
516 GET_U_1(msg_ptr.cfm_ltr->replay_action)); in cfm_print()