Symbol: be64toh
lib/libagentx/ax.c
1235
return be64toh(value);
lib/libcrypto/crypto_internal.h
210
return be64toh(v);
lib/libcrypto/modes/gcm128.c
229
ctx->H.u[0] = be64toh(ctx->H.u[0]);
lib/libcrypto/modes/gcm128.c
230
ctx->H.u[1] = be64toh(ctx->H.u[1]);
lib/libcrypto/sha/sha512.c
206
X[0] = be64toh(in64[0]);
lib/libcrypto/sha/sha512.c
207
X[1] = be64toh(in64[1]);
lib/libcrypto/sha/sha512.c
208
X[2] = be64toh(in64[2]);
lib/libcrypto/sha/sha512.c
209
X[3] = be64toh(in64[3]);
lib/libcrypto/sha/sha512.c
210
X[4] = be64toh(in64[4]);
lib/libcrypto/sha/sha512.c
211
X[5] = be64toh(in64[5]);
lib/libcrypto/sha/sha512.c
212
X[6] = be64toh(in64[6]);
lib/libcrypto/sha/sha512.c
213
X[7] = be64toh(in64[7]);
lib/libcrypto/sha/sha512.c
214
X[8] = be64toh(in64[8]);
lib/libcrypto/sha/sha512.c
215
X[9] = be64toh(in64[9]);
lib/libcrypto/sha/sha512.c
216
X[10] = be64toh(in64[10]);
lib/libcrypto/sha/sha512.c
217
X[11] = be64toh(in64[11]);
lib/libcrypto/sha/sha512.c
218
X[12] = be64toh(in64[12]);
lib/libcrypto/sha/sha512.c
219
X[13] = be64toh(in64[13]);
lib/libcrypto/sha/sha512.c
220
X[14] = be64toh(in64[14]);
lib/libcrypto/sha/sha512.c
221
X[15] = be64toh(in64[15]);
lib/libutil/imsg-buffer.c
528
*value = be64toh(*value);
regress/usr.sbin/snmpd/agentx.c
82
be64toh(value) : le64toh(value))
sys/dev/ic/aic7xxx_cam.h
88
#define aic_be64toh(x) be64toh(x)
usr.bin/file/magic-test.c
427
value = be64toh(value);
usr.bin/file/magic-test.c
567
value = be64toh(value);
usr.bin/file/magic-test.c
630
value0 = be64toh(value0);
usr.bin/file/magic-test.c
831
value = be64toh(value);
usr.bin/file/magic-test.c
923
value = be64toh(value);
usr.sbin/bgpd/rde_prefix.c
516
if (be64toh(va4->rd) > be64toh(vb4->rd))
usr.sbin/bgpd/rde_prefix.c
518
if (be64toh(va4->rd) < be64toh(vb4->rd))
usr.sbin/bgpd/rde_prefix.c
532
if (be64toh(va6->rd) > be64toh(vb6->rd))
usr.sbin/bgpd/rde_prefix.c
534
if (be64toh(va6->rd) < be64toh(vb6->rd))
usr.sbin/bgpd/util.c
1012
if (be64toh(a->rd) > be64toh(b->rd))
usr.sbin/bgpd/util.c
1014
if (be64toh(a->rd) < be64toh(b->rd))
usr.sbin/bgpd/util.c
1031
if (be64toh(a->rd) > be64toh(b->rd))
usr.sbin/bgpd/util.c
1033
if (be64toh(a->rd) < be64toh(b->rd))
usr.sbin/bgpd/util.c
183
rd = be64toh(rd);
usr.sbin/nsd/simdzone/src/generic/endian.h
212
# if !defined be64toh
usr.sbin/snmpd/ax.c
1357
return be64toh(value);
usr.sbin/tcpdump/print-ofp.c
1092
be64toh(iwm->iwm_metadata), be64toh(iwm->iwm_metadata_mask));
usr.sbin/tcpdump/print-ofp.c
212
be64toh(swf->swf_datapath_id), ntohl(swf->swf_nbuffers),
usr.sbin/tcpdump/print-ofp.c
286
be64toh(pin->pin_cookie),
usr.sbin/tcpdump/print-ofp.c
347
be64toh(fr->fr_cookie), ntohs(fr->fr_priority),
usr.sbin/tcpdump/print-ofp.c
352
be64toh(fr->fr_packet_count), be64toh(fr->fr_byte_count),
usr.sbin/tcpdump/print-ofp.c
459
be64toh(fm->fm_cookie), be64toh(fm->fm_cookie_mask),
usr.sbin/tcpdump/print-ofp.c
544
printf(", datapath %#016llx", be64toh(of.of_datapath_id));
usr.sbin/tcpdump/print-ofp.c
706
printf("%#016llx", be64toh(*q));
usr.sbin/tcpdump/print-ofp.c
708
printf("%llu", be64toh(*q));
usr.sbin/unbound/cachedb/cachedb.c
457
expiry = be64toh(expiry);
usr.sbin/unbound/cachedb/cachedb.c
555
expiry = be64toh(expiry);
usr.sbin/unbound/cachedb/cachedb.c
556
timestamp = be64toh(timestamp);
usr.sbin/vmd/fw_cfg.c
282
fw_dma.address = be64toh(fw_dma.address);
usr.sbin/vmd/vioqcow2.c
157
backingoff = be64toh(header.backingoff);
usr.sbin/vmd/vioqcow2.c
227
disk->disksz = be64toh(header.disksz);
usr.sbin/vmd/vioqcow2.c
230
disk->l1off = be64toh(header.l1off);
usr.sbin/vmd/vioqcow2.c
232
disk->refoff = be64toh(header.refoff);
usr.sbin/vmd/vioqcow2.c
234
disk->snapoff = be64toh(header.snapsz);
usr.sbin/vmd/vioqcow2.c
241
disk->incompatfeatures = be64toh(header.incompatfeatures);
usr.sbin/vmd/vioqcow2.c
242
disk->autoclearfeatures = be64toh(header.autoclearfeatures);
usr.sbin/vmd/vioqcow2.c
262
disk->l1[i] = be64toh(disk->l1[i]);
usr.sbin/vmd/vioqcow2.c
267
backingoff = be64toh(header.backingoff);
usr.sbin/vmd/vioqcow2.c
495
cluster = be64toh(buf);
usr.sbin/vmd/vioqcow2.c
615
l2cluster = be64toh(buf);