Lines Matching refs:EXTRACT_32BITS
258 EXTRACT_32BITS(&eigrp_com_header->flags)),
259 EXTRACT_32BITS(&eigrp_com_header->seq),
260 EXTRACT_32BITS(&eigrp_com_header->ack),
261 EXTRACT_32BITS(&eigrp_com_header->asn),
333 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->nexthop) == 0)
339 (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->delay)/100),
340 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth),
362 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->nexthop) == 0)
369 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_ip_ext->origin_as),
372 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_ip_ext->tag),
373 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_ip_ext->metric)));
376 (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->delay)/100),
377 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth),
390 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_cable_setup->router_id)));
400 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->nexthop) == 0)
408 (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->delay)/100),
409 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth),
423 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_ext->nexthop) == 0)
431 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_at_ext->origin_router),
432 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_at_ext->origin_as),
435 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_at_ext->tag),
439 (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_ext->delay)/100),
440 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_ext->bandwidth),