Lines Matching refs:EXTRACT_16BITS
261 EXTRACT_16BITS(&eigrp_com_header->checksum),
277 eigrp_tlv_len=EXTRACT_16BITS(&eigrp_tlv_header->length);
278 eigrp_tlv_type=EXTRACT_16BITS(&eigrp_tlv_header->type);
306 EXTRACT_16BITS(tlv_ptr.eigrp_tlv_general_parm->holdtime),
394 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_cable_setup->cable_start),
395 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_cable_setup->cable_end),
403 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_int->cable_start),
404 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_int->cable_end));
410 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_int->nexthop),
411 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_int->nexthop[2]));
426 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->cable_start),
427 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->cable_end));
433 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->nexthop),
434 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->nexthop[2]));
442 EXTRACT_16BITS(tlv_ptr.eigrp_tlv_at_ext->metric));