Searched defs:htonl (Results 1 – 6 of 6) sorted by relevance
24 #define htonl ntohl macro
52 # define htonl(X) __constant_htonl((X)) macro
267 #define htonl(x) __ntohl(x) macro
936 UInt VG_(htonl) ( UInt x ) in VG_() argument
103 constexpr int htonl(int x) { // expected-error {{never produces a constant expression}} in htonl() function