Searched refs:GET_BE_U_3 (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-otv.c65 ND_PRINT("overlay %u, ", GET_BE_U_3(bp));
68 ND_PRINT("instance %u\n", GET_BE_U_3(bp));
H A Dprint-vxlan.c74 vni = GET_BE_U_3(bp);
H A Dprint-igrp.c79 delay = GET_BE_U_3(igr->igr_dly);
80 bandwidth = GET_BE_U_3(igr->igr_bw);
H A Dprint-vxlan-gpe.c94 vni = GET_BE_U_3(bp);
H A Dprint-eigrp.c383 GET_BE_U_3(tlv_ptr.eigrp_tlv_ip_int->mtu),
426 GET_BE_U_3(tlv_ptr.eigrp_tlv_ip_ext->mtu),
468 GET_BE_U_3(tlv_ptr.eigrp_tlv_at_int->mtu),
504 GET_BE_U_3(tlv_ptr.eigrp_tlv_at_ext->mtu),
H A Dprint-geneve.c190 vni = GET_BE_U_3(bp);
H A Dprint-nsh.c166 ND_PRINT("service-path-id 0x%06x, ", GET_BE_U_3(bp));
H A Dprint-atm.c274 llchdr = GET_BE_U_3(p);
354 call_ref = GET_BE_U_3(p + CALL_REF_POS);
H A Dparsenfsfh.c382 temp = GET_BE_U_3(fhp + 1);
447 temp = GET_BE_U_3(fhp + 1);
H A Dprint-juniper.c672 GET_BE_U_3(sh->dir_iif));
1043 if (GET_BE_U_3(p) == 0xfefe03 || /* NLPID encaps ? */
1044 GET_BE_U_3(p) == 0xaaaa03) { /* SNAP encaps ? */
1104 if (GET_BE_U_3(p) == 0xfefe03 || /* NLPID encaps ? */
1105 GET_BE_U_3(p) == 0xaaaa03) { /* SNAP encaps ? */
1253 tlv_value = GET_BE_U_3(p);
1290 if (GET_BE_U_3(p) != JUNIPER_MGC_NUMBER) { /* magic number found ? */
H A Dprint-slow.c595 GET_BE_U_3(tlv.slow_oam_info->oui)),
596 GET_BE_U_3(tlv.slow_oam_info->oui),
H A Dprint-dccp.c238 seqno = GET_BE_U_3(dh->dccph_seq);
259 ackno = GET_BE_U_3(ackp + 1);
H A Dprint-cfm.c596 tok2str(oui_values,"Unknown", GET_BE_U_3(tptr)),
597 GET_BE_U_3(tptr),
H A Dprint-ppp.c478 tok2str(oui_values,"Unknown",GET_BE_U_3(tptr)),
479 GET_BE_U_3(tptr));
629 tok2str(oui_values,"Unknown",GET_BE_U_3(p + 2)),
630 GET_BE_U_3(p + 2));
H A Dprint-igmp.c129 GET_BE_U_3(tr->tr_qid),
H A Dprint-isoclns.c1693 (GET_BE_U_3(tptr) >> 12) & 0x000fff,
1694 GET_BE_U_3(tptr) & 0x000fff);
1919 sid = GET_BE_U_3(tptr+2);
1981 ND_PRINT(", Metric: %u", GET_BE_U_3(tptr));
2102 ND_PRINT(", %u", GET_BE_U_3(tptr));
2122 ND_PRINT(", LM: %u", GET_BE_U_3(tptr));
2216 ident, GET_BE_U_3(tptr+SYSTEM_ID_LEN));
2401 range = GET_BE_U_3(tptr+1);
2424 ND_PRINT(", SID value %u", GET_BE_U_3(sid_ptr));
3490 vendor_id = GET_BE_U_3(tpt
[all...]
H A Dprint-bgp.c656 GET_BE_U_3(pptr + 1)>>4,
1078 GET_BE_U_3(pptr + 1)>>4,
1293 GET_BE_U_3(pptr + 12)>>4); /* the label is offsetted by 4 bits so lets shift it right */
1429 GET_BE_U_3(pptr + 1)>>4,
1469 GET_BE_U_3(pptr + 1)>>4,
1529 GET_BE_U_3(pptr + 1)>>4,
2190 else if (GET_BE_U_3(tptr + BGP_VPN_RD_LEN) == 0x350000)
2324 GET_BE_U_3(tptr + 2)>>4);
H A Dprint-llc.c440 orgcode = GET_BE_U_3(p);
H A Dprint-cdp.c95 val = GET_BE_U_3(cp);
H A Dprint-radius.c930 data_value = GET_BE_U_3(data);
994 ND_PRINT("%u", GET_BE_U_3(data));
1002 ND_PRINT("%u", GET_BE_U_3(data));
H A Dprint-lldp.c856 tval=GET_BE_U_3(tptr + i + 8);
1316 uval = GET_BE_U_3(mptr + 2);
1645 oui = GET_BE_U_3(tptr);
H A Dprint-rsvp.c935 GET_BE_U_3(obj_tptr + 1)),
1498 GET_BE_U_3(obj_tptr + 17));
1748 GET_BE_U_3(obj_tptr + 1));
H A Dprint-ospf.c562 GET_BE_U_3(lshp->un_lsa_id.opaque_field.opaque_id)
1049 GET_BE_U_3(lsrp->un_ls_stateid.opaque_field.opaque_id));
H A Dprint-sflow.c581 GET_BE_U_3(sflow_counter_sample->index),
778 GET_BE_U_3(sflow_flow_sample->index),
H A Dextract.h871 #define GET_BE_U_3(p) get_be_u_3(ndo, (const u_char *)(p)) macro

Completed in 376 milliseconds

12