Searched refs:ntohll (Results 1 – 1 of 1) sorted by relevance
74 # if !defined (ntohll) || !defined(htonll)77 # define ntohll(x) (x) macro80 # define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl((uint64_t)(x) >> 32)) macro84 # define be64toh(x) ntohll(x)106 # define be64toh(x) ntohll(x)