Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ldp.c47 struct ldp_common_header { struct
550 while (len > (sizeof(struct ldp_common_header) + sizeof(struct ldp_msg_header))) { in ldp_print()
563 const struct ldp_common_header *ldp_com_header; in ldp_pdu_print()
570 ldp_com_header = (const struct ldp_common_header *)pptr; in ldp_pdu_print()
584 if (pdu_len < sizeof(const struct ldp_common_header)-4) { in ldp_pdu_print()
589 (u_int)(sizeof(const struct ldp_common_header)-4))); in ldp_pdu_print()
605 tptr = pptr + sizeof(const struct ldp_common_header); in ldp_pdu_print()
606 …tlen = pdu_len - (sizeof(const struct ldp_common_header)-4); /* Type & Length fields not included … in ldp_pdu_print()