Searched refs:EXTRACT_64BITS (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-carp.c78 ND_PRINT((ndo, "counter=%" PRIu64, EXTRACT_64BITS(&bp[8])));
H A Dprint-mptcp.c192 ND_PRINT((ndo, " {0x%" PRIx64, EXTRACT_64BITS(mpc->sender_key)));
194 ND_PRINT((ndo, ",0x%" PRIx64, EXTRACT_64BITS(mpc->receiver_key)));
224 EXTRACT_64BITS(mpj->u.synack.mac),
267 ND_PRINT((ndo, "%" PRIu64, EXTRACT_64BITS(opt)));
292 ND_PRINT((ndo, "%" PRIu64, EXTRACT_64BITS(opt)));
401 ND_PRINT((ndo, " seq %" PRIu64, EXTRACT_64BITS(opt + 4)));
412 ND_PRINT((ndo, " key 0x%" PRIx64, EXTRACT_64BITS(opt + 4)));
H A Dprint-nfs.c616 EXTRACT_64BITS(&dp[0])));
635 EXTRACT_64BITS(&dp[0])));
718 EXTRACT_64BITS(&dp[0])));
745 EXTRACT_64BITS(&dp[0])));
761 EXTRACT_64BITS(&dp[0])));
1065 EXTRACT_64BITS((const uint32_t *)&fap->fa3_size)));
1080 EXTRACT_64BITS((const uint32_t *)&fap->fa3_fsid)));
1082 EXTRACT_64BITS((const uint32_t *)&fap->fa3_fileid)));
1195 EXTRACT_64BITS((const uint32_t *)&sfsp->sf_tbytes),
1196 EXTRACT_64BITS((cons
[all...]
H A Dextract.h144 EXTRACT_64BITS(const void *p) function
166 #define EXTRACT_64BITS(p) \ macro
194 EXTRACT_64BITS(const void *p) function
H A Dprint-sflow.c313 EXTRACT_64BITS(sflow_gen_counter->ifspeed),
323 EXTRACT_64BITS(sflow_gen_counter->ifinoctets),
333 EXTRACT_64BITS(sflow_gen_counter->ifoutoctets),
402 EXTRACT_64BITS(sflow_100basevg_counter->in_highpriority_octets)));
405 EXTRACT_64BITS(sflow_100basevg_counter->in_normpriority_octets)));
414 EXTRACT_64BITS(sflow_100basevg_counter->out_highpriority_octets),
419 EXTRACT_64BITS(sflow_100basevg_counter->hc_in_highpriority_octets),
420 EXTRACT_64BITS(sflow_100basevg_counter->hc_in_normpriority_octets),
421 EXTRACT_64BITS(sflow_100basevg_counter->hc_out_highpriority_octets)));
443 EXTRACT_64BITS(sflow_vlan_counte
[all...]
H A Dprint-openflow-1.0.c1617 ND_PRINT((ndo, "\n\t dpid 0x%016" PRIx64, EXTRACT_64BITS(cp)));
1660 ND_PRINT((ndo, "\n\t cookie 0x%016" PRIx64, EXTRACT_64BITS(cp)));
1928 ND_PRINT((ndo, ", cookie 0x%016" PRIx64, EXTRACT_64BITS(cp)));
1932 ND_PRINT((ndo, ", packet_count %" PRIu64, EXTRACT_64BITS(cp)));
1936 ND_PRINT((ndo, ", byte_count %" PRIu64, EXTRACT_64BITS(cp)));
1965 ND_PRINT((ndo, "\n\t packet_count %" PRIu64, EXTRACT_64BITS(cp)));
1969 ND_PRINT((ndo, ", byte_count %" PRIu64, EXTRACT_64BITS(cp)));
2027 ND_PRINT((ndo, ", lookup_count %" PRIu64, EXTRACT_64BITS(cp)));
2031 ND_PRINT((ndo, ", matched_count %" PRIu64, EXTRACT_64BITS(cp)));
2072 ND_PRINT((ndo, ", rx_packets %" PRIu64, EXTRACT_64BITS(c
[all...]
H A Dprint-hncp.c176 EXTRACT_64BITS(data),
177 EXTRACT_64BITS(data + 8),
178 EXTRACT_64BITS(data + 16),
179 EXTRACT_64BITS(data + 24)
518 hash = EXTRACT_64BITS(value);
534 hash = EXTRACT_64BITS(value + 12);
H A Dprint-slow.c681 EXTRACT_64BITS(&tlv.slow_oam_link_event->window),
682 EXTRACT_64BITS(&tlv.slow_oam_link_event->threshold),
683 EXTRACT_64BITS(&tlv.slow_oam_link_event->errors),
684 EXTRACT_64BITS(&tlv.slow_oam_link_event->errors_running_total),
H A Dprint-zeromq.c93 body_len_declared = EXTRACT_64BITS(cp + 1);
H A Dprint-lisp.c373 EXTRACT_64BITS(packet_iterator + packet_offset + 16)));
H A Dsmbutil.c530 x = reverse ? EXTRACT_64BITS(buf) :
H A Dprint-forces.c1717 EXTRACT_64BITS(fhdr->fm_cor)));
H A Dprint-rx.c789 _i = EXTRACT_64BITS(bp); \
H A Dprint-bgp.c2230 EXTRACT_64BITS(tptr)));
/freebsd-13-stable/contrib/libpcap/
H A Dextract.h112 EXTRACT_64BITS(const void *p) function
134 #define EXTRACT_64BITS(p) \ macro
162 EXTRACT_64BITS(const void *p) function

Completed in 180 milliseconds