HomeSort by: relevance | last modified time | path
    Searched defs:ntohll (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tmux/dist/compat/
ntohll.c 23 ntohll(uint64_t v) function
  /src/external/cddl/osnet/sys/sys/
byteorder.h 86 #define ntohll(x) BMASK_64(x) macro
89 #define ntohll(x) BSWAP_64(x) macro
  /src/external/bsd/dhcpcd/dist/src/
auth.c 55 #define ntohll macro
67 #ifndef ntohll
69 #define ntohll(x) ((uint64_t)ntohl((uint32_t)((x) >> 32)) | \ macro
72 #define ntohll(x) (x) macro
74 #endif /* ntohll */
162 replay = ntohll(replay);
  /src/external/bsd/tmux/dist/
compat.h 357 /* ntohll.c */
358 #undef ntohll macro
359 uint64_t ntohll(uint64_t);

Completed in 24 milliseconds