HomeSort by: relevance | last modified time | path
    Searched refs:GET_BE_U_8 (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-mptcp.c 220 ND_PRINT(" {0x%" PRIx64, GET_BE_U_8(mpc->sender_key));
222 ND_PRINT(",0x%" PRIx64, GET_BE_U_8(mpc->receiver_key));
253 GET_BE_U_8(mpj->u.synack.mac),
298 ND_PRINT("%" PRIu64, GET_BE_U_8(opt));
323 ND_PRINT("%" PRIu64, GET_BE_U_8(opt));
378 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v4np.mac));
380 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v4.mac));
388 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v6np.mac));
390 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v6.mac));
439 ND_PRINT(" seq %" PRIu64, GET_BE_U_8(opt + 4))
    [all...]
print-carp.c 81 ND_PRINT("counter=%" PRIu64, GET_BE_U_8(bp + 8));
print-openflow-1.0.c 1442 ND_PRINT("\n\t dpid 0x%016" PRIx64, GET_BE_U_8(cp));
1497 ND_PRINT("\n\t cookie 0x%016" PRIx64, GET_BE_U_8(cp));
1742 ND_PRINT(", cookie 0x%016" PRIx64, GET_BE_U_8(cp));
1745 ND_PRINT(", packet_count %" PRIu64, GET_BE_U_8(cp));
1748 ND_PRINT(", byte_count %" PRIu64, GET_BE_U_8(cp));
1769 ND_PRINT(" packet_count %" PRIu64, GET_BE_U_8(cp));
1772 ND_PRINT(", byte_count %" PRIu64, GET_BE_U_8(cp));
1817 ND_PRINT(", lookup_count %" PRIu64, GET_BE_U_8(cp));
1820 ND_PRINT(", matched_count %" PRIu64, GET_BE_U_8(cp));
1849 ND_PRINT(", rx_packets %" PRIu64, GET_BE_U_8(cp))
    [all...]
print-sflow.c 328 GET_BE_U_8(sflow_gen_counter->ifspeed),
338 GET_BE_U_8(sflow_gen_counter->ifinoctets),
348 GET_BE_U_8(sflow_gen_counter->ifoutoctets),
409 GET_BE_U_8(sflow_100basevg_counter->in_highpriority_octets));
412 GET_BE_U_8(sflow_100basevg_counter->in_normpriority_octets));
421 GET_BE_U_8(sflow_100basevg_counter->out_highpriority_octets),
426 GET_BE_U_8(sflow_100basevg_counter->hc_in_highpriority_octets),
427 GET_BE_U_8(sflow_100basevg_counter->hc_in_normpriority_octets),
428 GET_BE_U_8(sflow_100basevg_counter->hc_out_highpriority_octets));
446 GET_BE_U_8(sflow_vlan_counter->octets)
    [all...]
print-ptp.c 336 u64_val = GET_BE_U_8(bp);
397 len -= 4; bp += 4; clk_id = GET_BE_U_8(bp); ND_PRINT(", clock identity: 0x%"PRIx64, clk_id);
530 port_identity = GET_BE_U_8(bp);
603 gm_clock_id = GET_BE_U_8(bp);
627 port_identity = GET_BE_U_8(bp);
print-nfs.c 671 GET_BE_U_8(dp));
690 GET_BE_U_8(dp));
782 GET_BE_U_8(dp));
818 GET_BE_U_8(dp));
842 GET_BE_U_8(dp));
1163 GET_BE_U_8(fap->fa3_size));
1177 GET_BE_U_8(fap->fa3_fsid));
1179 GET_BE_U_8(fap->fa3_fileid));
1297 GET_BE_U_8(sfsp->sf_tbytes),
1298 GET_BE_U_8(sfsp->sf_fbytes)
    [all...]
print-hncp.c 180 GET_BE_U_8(data),
181 GET_BE_U_8(data + 8),
182 GET_BE_U_8(data + 16),
183 GET_BE_U_8(data + 24)
523 hash = GET_BE_U_8(value);
539 hash = GET_BE_U_8(value + 12);
print-slow.c 681 GET_BE_U_8(tlv.slow_oam_link_event->window),
682 GET_BE_U_8(tlv.slow_oam_link_event->threshold),
683 GET_BE_U_8(tlv.slow_oam_link_event->errors),
684 GET_BE_U_8(tlv.slow_oam_link_event->errors_running_total),
print-zeromq.c 107 body_len_declared = GET_BE_U_8(cp + 1);
print-macsec.c 101 ND_PRINT(", sci " SCI_FMT, GET_BE_U_8(sectag->secure_channel_id));
print-lisp.c 381 GET_BE_U_8(packet_iterator + packet_offset + 16));
print-openflow-1.3.c 708 ND_PRINT("\n\t dpid 0x%016" PRIx64, GET_BE_U_8(cp));
769 ND_PRINT(", generation_id 0x%016" PRIx64, GET_BE_U_8(cp));
print-radius.c 1282 data_value = GET_BE_U_8(data);
extract.h 648 get_be_u_8(netdissect_options *ndo, const u_char *p) function
876 #define GET_BE_U_8(p) get_be_u_8(ndo, (const u_char *)(p))
print-forces.c 1684 GET_BE_U_8(fhdr->fm_cor));
print-rx.c 795 _i = GET_BE_U_8(bp); \
smbutil.c 558 x = reverse ? GET_BE_U_8(buf) :
print-bgp.c 2399 GET_BE_U_8(tptr));

Completed in 38 milliseconds