Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:EXTRACT_16BITS

255            EXTRACT_16BITS(&eigrp_com_header->checksum),
271 eigrp_tlv_len=EXTRACT_16BITS(&eigrp_tlv_header->length);
272 eigrp_tlv_type=EXTRACT_16BITS(&eigrp_tlv_header->type);
300 EXTRACT_16BITS(tlv_ptr.eigrp_tlv_general_parm->holdtime),
388 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_cable_setup->cable_start),
389 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_cable_setup->cable_end),
397 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_int->cable_start),
398 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_int->cable_end)));
404 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_int->nexthop),
405 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_int->nexthop[2])));
420 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->cable_start),
421 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->cable_end)));
427 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->nexthop),
428 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_ext->nexthop[2])));
436 EXTRACT_16BITS(tlv_ptr.eigrp_tlv_at_ext->metric)));