Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ldp.c81 struct ldp_msg_header { struct
573 const struct ldp_msg_header *ldp_msg_header; in ldp_pdu_print() local
620 ND_TCHECK_LEN(tptr, sizeof(struct ldp_msg_header)); in ldp_pdu_print()
622 ldp_msg_header = (const struct ldp_msg_header *)tptr; in ldp_pdu_print()
623 msg_len=GET_BE_U_2(ldp_msg_header->length); in ldp_pdu_print()
624 msg_type=LDP_MASK_MSG_TYPE(GET_BE_U_2(ldp_msg_header->type)); in ldp_pdu_print()
626 if (msg_len < sizeof(struct ldp_msg_header)-4) { in ldp_pdu_print()
635 sizeof(struct ldp_msg_header)-4); in ldp_pdu_print()
646 GET_BE_U_4(ldp_msg_header->id), in ldp_pdu_print()
649 msg_tptr=tptr+sizeof(struct ldp_msg_header); in ldp_pdu_print()
[all …]