OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htonll
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/tmux/dist/compat/
htonll.c
23
htonll
(uint64_t v)
function
/src/external/cddl/osnet/sys/sys/
byteorder.h
85
#define
htonll
(x) BMASK_64(x)
macro
88
#define
htonll
(x) BSWAP_64(x)
macro
/src/external/bsd/dhcpcd/dist/src/
auth.c
54
#define
htonll
macro
58
#ifndef
htonll
60
#define
htonll
(x) ((uint64_t)htonl((uint32_t)((x) >> 32)) | \
macro
63
#define
htonll
(x) (x)
macro
65
#endif /*
htonll
*/
645
rdm =
htonll
(rdm);
/src/external/bsd/tmux/dist/
compat.h
351
/*
htonll
.c */
352
#undef
htonll
macro
353
uint64_t
htonll
(uint64_t);
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026