Home
last modified time | relevance | path

Searched defs:htonll (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/scsi/
Dfc_frame.h36 #define htonll(x) cpu_to_be64(x) macro
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_lwt_seg6local.c22 #define htonll(x) ((bpf_htonl(1)) == 1 ? (x) : ((uint64_t)bpf_htonl((x) & \ macro