Searched defs:eigrp_tlv_at_ext (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-eigrp.c229 const struct eigrp_tlv_at_ext_t *eigrp_tlv_at_ext; member in union:__anon31510
423 tlv_ptr.eigrp_tlv_at_ext = (const struct eigrp_tlv_at_ext_t *)tlv_tptr;
426 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->cable_start),
427 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->cable_end));
429 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_ext->nexthop) == 0)
433 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->nexthop),
434 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->nexthop[2]));
437 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_at_ext->origin_router),
438 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_at_ext->origin_as),
439 tok2str(eigrp_ext_proto_id_values,"unknown",tlv_ptr.eigrp_tlv_at_ext
[all...]

Completed in 192 milliseconds