Home
last modified time | relevance | path

Searched defs:hton16 (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/libcaca/libcaca-0.99.beta19/caca/
H A Dcaca_stubs.h38 # define hton16 htons macro
46 static inline uint16_t hton16(uint16_t x) in hton16() function
/dports/games/uqm/uqm-0.8.0/src/libs/network/
H A Dbytesex.h51 hton16(uint16 x) { in hton16() function
74 hton16(uint16 x) { in hton16() function
/dports/misc/gpsim/gpsim-0.31.0/src/
H A Dhexutils.h84 inline int hton16(int w) in hton16() function
/dports/www/h2o-devel/h2o-dcc7134/deps/libyrmcds/
H A Dcounter.c29 static inline void hton16(uint16_t i, char* p) { in hton16() function
H A Dsend.c31 static inline void hton16(uint16_t i, char* p) { in hton16() function
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_common.h789 # define hton16(i) ((uint16_t)(i)) macro
793 # define hton16(i) bswap16(i) macro
/dports/net/pptpclient/pptp-1.10.0/
H A Dpptp_msg.h16 #define hton16(x) htons(x) macro
/dports/databases/kyotocabinet/kyotocabinet-1.2.79/
H A Dkcutil.h1158 inline uint16_t hton16(uint16_t num) { in hton16() function