HomeSort by: relevance | last modified time | path
    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 24 milliseconds