Lines Matching defs:ldp_msg_header
79 struct ldp_msg_header {
556 while (len > (sizeof(struct ldp_common_header) + sizeof(struct ldp_msg_header))) {
575 const struct ldp_msg_header *ldp_msg_header;
622 ND_TCHECK_LEN(tptr, sizeof(struct ldp_msg_header));
624 ldp_msg_header = (const struct ldp_msg_header *)tptr;
625 msg_len=GET_BE_U_2(ldp_msg_header->length);
626 msg_type=LDP_MASK_MSG_TYPE(GET_BE_U_2(ldp_msg_header->type));
628 if (msg_len < sizeof(struct ldp_msg_header)-4) {
637 sizeof(struct ldp_msg_header)-4);
648 GET_BE_U_4(ldp_msg_header->id),
649 LDP_MASK_U_BIT(GET_BE_U_2(ldp_msg_header->type)) ? "continue processing" : "ignore");
651 msg_tptr=tptr+sizeof(struct ldp_msg_header);
652 msg_tlen=msg_len-(sizeof(struct ldp_msg_header)-4); /* Type & Length fields not included */
693 print_unknown_data(ndo, tptr+sizeof(struct ldp_msg_header), "\n\t ",