Symbol: betoh64
lib/libradius/radius_attr.c
555
DEFINE_TYPED_ATTRIBUTE_ACCESSOR_BYVAL(uint64, uint64_t, htobe64, betoh64)
sbin/iked/iked.h
1208
#define SPI_IH(hdr) ikev2_ikesa_info(betoh64((hdr)->ike_ispi), NULL)
sbin/iked/ikev2.c
1191
betoh64(hdr->ike_ispi), betoh64(hdr->ike_rspi), 1,
sbin/iked/ikev2.c
2373
print_spi(betoh64(ispi), 8),
sbin/iked/ikev2.c
2374
print_spi(betoh64(rspi), 8),
sbin/iked/ikev2.c
2381
print_spi(betoh64(ispi), 8),
sbin/iked/ikev2.c
2382
print_spi(betoh64(rspi), 8),
sbin/iked/ikev2.c
2956
betoh64(hdr->ike_ispi), betoh64(hdr->ike_rspi),
sbin/iked/ikev2.c
3154
spi = betoh64(spi64);
sbin/iked/ikev2.c
5432
sah.sa_hdr.sh_rspi = betoh64(hdr->ike_rspi);
sbin/iked/ikev2.c
5433
sah.sa_hdr.sh_ispi = betoh64(hdr->ike_ispi);
sbin/iked/ikev2.c
674
betoh64(hdr->ike_ispi), betoh64(hdr->ike_rspi),
sbin/iked/ikev2.c
695
print_spi(betoh64(hdr->ike_ispi), 8),
sbin/iked/ikev2.c
696
print_spi(betoh64(hdr->ike_rspi), 8));
sbin/iked/ikev2_msg.c
125
print_spi(betoh64(hdr->ike_ispi), 8),
sbin/iked/ikev2_msg.c
126
print_spi(betoh64(hdr->ike_rspi), 8),
sbin/iked/ikev2_pld.c
1176
rekey->spi = betoh64(spi64);
sbin/iked/ikev2_pld.c
124
print_spi(betoh64(hdr->ike_ispi), 8),
sbin/iked/ikev2_pld.c
125
print_spi(betoh64(hdr->ike_rspi), 8),
sbin/iked/ikev2_pld.c
2153
print_spi(betoh64(hdr->ike_ispi), 8),
sbin/iked/ikev2_pld.c
2154
print_spi(betoh64(hdr->ike_rspi), 8),
sbin/iked/ikev2_pld.c
387
spi = betoh64(spi64);
sbin/pfctl/pf_print_state.c
334
betoh64(packets[0]),
sbin/pfctl/pf_print_state.c
335
betoh64(packets[1]),
sbin/pfctl/pf_print_state.c
336
betoh64(bytes[0]),
sbin/pfctl/pf_print_state.c
337
betoh64(bytes[1]));
sbin/pfctl/pf_print_state.c
357
betoh64(id), ntohl(s->creatorid));
sbin/ping/ping.c
1313
tp.tv_sec = betoh64(tv64->tv64_sec) -
sbin/ping/ping.c
1315
tp.tv_nsec = betoh64(tv64->tv64_nsec) -
sys/dev/ic/qla.c
1468
betoh64(pdb->port_name));
sys/dev/ic/qla.c
1469
sc->sc_sns_port_name = betoh64(pdb->port_name);
sys/dev/ic/qla.c
1603
DEVNAME(sc), *lastport, betoh64(gar->port_name),
sys/dev/ic/qla.c
1604
betoh64(gar->node_name));
sys/dev/ic/qla.c
1618
fport->port_name = betoh64(gar->port_name);
sys/dev/ic/qla.c
1619
fport->node_name = betoh64(gar->node_name);
sys/dev/ic/qla.c
288
port->port_name = betoh64(pdb->port_name);
sys/dev/ic/qla.c
289
port->node_name = betoh64(pdb->node_name);
sys/dev/ic/qla.c
345
port->node_name = betoh64(pdb->node_name);
sys/dev/ic/qla.c
346
port->port_name = betoh64(pdb->port_name);
sys/dev/ic/qla.c
382
node_name = betoh64(pdb->node_name);
sys/dev/ic/qla.c
383
port_name = betoh64(pdb->port_name);
sys/dev/ic/qla.c
492
sc->sc_port_name = betoh64(sc->sc_nvram.port_name);
sys/dev/ic/qla.c
494
sc->sc_node_name = betoh64(sc->sc_nvram.node_name);
sys/dev/ofw/fdt.c
1091
return betoh64(val);
sys/dev/ofw/fdt.c
1105
buf[i] = betoh64(buf[i]);
sys/dev/pci/drm/include/asm/byteorder.h
14
#define be64_to_cpu(x) betoh64(x)
sys/dev/pci/if_bnxreg.h
279
#define bnx_be64toh(x) betoh64(x)
sys/dev/pci/if_mcx.c
6406
betoh64(counters->tx_err.packets),
sys/dev/pci/if_mcx.c
6407
betoh64(counters->rx_err.packets),
sys/dev/pci/if_mcx.c
6408
betoh64(counters->tx_ucast.packets),
sys/dev/pci/if_mcx.c
6409
betoh64(counters->rx_ucast.packets),
sys/dev/pci/if_mcx.c
6410
betoh64(counters->tx_bcast.packets),
sys/dev/pci/if_mcx.c
6411
betoh64(counters->rx_bcast.packets));
sys/dev/pci/if_mcx.c
6473
betoh64(counters->packets));
sys/dev/pci/qle.c
1799
betoh64(pdb->port_name));
sys/dev/pci/qle.c
1800
sc->sc_sns_port_name = betoh64(pdb->port_name);
sys/dev/pci/qle.c
1932
DEVNAME(sc), *lastport, betoh64(gar->port_name),
sys/dev/pci/qle.c
1933
betoh64(gar->node_name));
sys/dev/pci/qle.c
1947
fport->port_name = betoh64(gar->port_name);
sys/dev/pci/qle.c
1948
fport->node_name = betoh64(gar->node_name);
sys/dev/pci/qle.c
655
saa.saa_wwpn = betoh64(sc->sc_nvram.port_name);
sys/dev/pci/qle.c
656
saa.saa_wwnn = betoh64(sc->sc_nvram.node_name);
sys/dev/pci/qle.c
880
port->port_name = betoh64(pdb->port_name);
sys/dev/pci/qle.c
881
port->node_name = betoh64(pdb->node_name);
sys/dev/pci/qle.c
912
betoh64(pdb->port_name));
sys/dev/pci/qle.c
940
port->node_name = betoh64(pdb->node_name);
sys/dev/pci/qle.c
941
port->port_name = betoh64(pdb->port_name);
sys/dev/pci/qle.c
978
node_name = betoh64(pdb->node_name);
sys/dev/pci/qle.c
979
port_name = betoh64(pdb->port_name);
sys/dev/usb/if_athn_usb.c
1979
tap->wr_tsft = htole64(betoh64(rs->rs_tstamp));
sys/dev/usb/if_athn_usb.c
2098
rxi.rxi_tstamp = betoh64(rs->rs_tstamp);
sys/net/if_pfsync.c
3275
uint64_t rpl = betoh64(pt->rpl);
sys/net/if_pfsync.c
3276
uint64_t cur_bytes = betoh64(pt->cur_bytes);
sys/net/pf.c
1338
betoh64(st->id), ntohl(st->creatorid));
usr.sbin/ldomctl/mdesc.c
467
md_add_prop_val(md, node, str, betoh64(mde->d.val));
usr.sbin/ldomctl/mdesc.c
490
prop->d.arc.index = betoh64(mde->d.val);
usr.sbin/tcpdump/pf_print_state.c
302
betoh64(packets[0]),
usr.sbin/tcpdump/pf_print_state.c
303
betoh64(packets[1]),
usr.sbin/tcpdump/pf_print_state.c
304
betoh64(bytes[0]),
usr.sbin/tcpdump/pf_print_state.c
305
betoh64(bytes[1]));
usr.sbin/tcpdump/pf_print_state.c
316
betoh64(id), ntohl(s->creatorid));
usr.sbin/tcpdump/print-gtp.c
508
ntohs(gh->npduno), betoh64(tid));
usr.sbin/tcpdump/print-pfsync.c
244
printf("\n\tid: %016llx creatorid: %08x", betoh64(iack->id),
usr.sbin/tcpdump/print-pfsync.c
255
printf("\n\tid: %016llx creatorid: %08x", betoh64(u->id),
usr.sbin/tcpdump/print-pfsync.c
266
printf("\n\tid: %016llx creatorid: %08x", betoh64(ur->id),
usr.sbin/tcpdump/print-pfsync.c
277
printf("\n\tid: %016llx creatorid: %08x", betoh64(d->id),
usr.sbin/tcpdump/print-pfsync.c
321
ntohl(t->spi), betoh64(t->rpl), betoh64(t->cur_bytes));
usr.sbin/vmd/vioqcow2.c
690
disksz = betoh64(basehdr.disksz);
usr.sbin/vmd/vioqcow2.c
691
else if (disksz != betoh64(basehdr.disksz))