Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:EXTRACT_32BITS

264                    EXTRACT_32BITS(&eigrp_com_header->flags)),
265 EXTRACT_32BITS(&eigrp_com_header->seq),
266 EXTRACT_32BITS(&eigrp_com_header->ack),
267 EXTRACT_32BITS(&eigrp_com_header->asn),
339 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->nexthop) == 0)
345 (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->delay)/100),
346 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth),
368 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->nexthop) == 0)
375 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_ip_ext->origin_as),
378 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_ip_ext->tag),
379 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_ip_ext->metric));
382 (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->delay)/100),
383 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth),
396 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_cable_setup->router_id));
406 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->nexthop) == 0)
414 (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->delay)/100),
415 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth),
429 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_ext->nexthop) == 0)
437 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_at_ext->origin_router),
438 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_at_ext->origin_as),
441 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_at_ext->tag),
445 (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_ext->delay)/100),
446 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_ext->bandwidth),