Home
last modified time | relevance | path

Searched refs:SWAP_BE64 (Results 1 – 6 of 6) sorted by relevance

/external/toybox/toys/net/
Dsntp.c122 pktime[5] = SWAP_BE64(before = lunchtime(&tv, diff)); in sntp_main()
150 if (!FLAG(S) && !FLAG(m) && before != SWAP_BE64(pktime[3])) continue; in sntp_main()
168 pktime[6+2] = pktime[6+4] = pktime[6+5] = SWAP_BE64(lunchtime(0, 0)); in sntp_main()
193 doublyso(SWAP_BE64(pktime[5]), &tv2); in sntp_main()
/external/toybox/lib/
Dportability.h155 #define SWAP_BE64(x) (x) macro
163 #define SWAP_BE64(x) bswap_64(x) macro
/external/toybox/toys/pending/
Ddumpleases.c49 written_time = SWAP_BE64(written_time); in dumpleases_main()
Ddhcpd.c1206 timestamp = SWAP_BE64(timestamp); in write_leasefile()
1243 timestamp = SWAP_BE64(timestamp); in write_lease6file()
1555 timestamp = SWAP_BE64(timestamp); in read_leasefile()
1586 timestamp = SWAP_BE64(timestamp); in read_lease6file()
/external/toybox/toys/other/
Dnbd_client.c64 devsize = SWAP_BE64(*(uint64_t *)(toybuf+16)); in nbd_client_main()
/external/toybox/toys/lsb/
Dmd5sum.c325 count = sha1 ? SWAP_BE64(count) : SWAP_LE64(count); in do_builtin_hash()