Searched refs:eigrp_tlv_header (Results 1 – 1 of 1) sorted by relevance
72 struct eigrp_tlv_header { struct213 const struct eigrp_tlv_header *eigrp_tlv_header; in eigrp_print() local276 ND_TCHECK2(*tptr, sizeof(struct eigrp_tlv_header)); in eigrp_print()278 eigrp_tlv_header = (const struct eigrp_tlv_header *)tptr; in eigrp_print()279 eigrp_tlv_len=EXTRACT_16BITS(&eigrp_tlv_header->length); in eigrp_print()280 eigrp_tlv_type=EXTRACT_16BITS(&eigrp_tlv_header->type); in eigrp_print()283 if (eigrp_tlv_len < sizeof(struct eigrp_tlv_header) || in eigrp_print()285 print_unknown_data(ndo,tptr+sizeof(struct eigrp_tlv_header),"\n\t ",tlen); in eigrp_print()296 if (eigrp_tlv_len < sizeof(struct eigrp_tlv_header)) { in eigrp_print()298 (u_int) sizeof(struct eigrp_tlv_header))); in eigrp_print()[all …]