Home
last modified time | relevance | path

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

/aosp_15_r20/external/tcpdump/
H A Dprint-ldp.c48 struct ldp_common_header { struct
554 while (len > (sizeof(struct ldp_common_header) + sizeof(struct ldp_msg_header))) { in ldp_print()
572 const struct ldp_common_header *ldp_com_header; in ldp_pdu_print()
580 ldp_com_header = (const struct ldp_common_header *)pptr; in ldp_pdu_print()
594 if (pdu_len < sizeof(struct ldp_common_header)-4) { in ldp_pdu_print()
599 sizeof(struct ldp_common_header)-4); in ldp_pdu_print()
615 tptr = pptr + sizeof(struct ldp_common_header); in ldp_pdu_print()
616 tlen = pdu_len - (sizeof(struct ldp_common_header)-4); /* Type & Length fields not included */ in ldp_pdu_print()