print-eigrp.c | 130 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_int_t 150 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_ext_t 169 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_int_t 188 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_ext_t 344 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u", 346 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth), 381 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u", 383 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth), 413 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u", 415 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth), [all...] |