Searched refs:__ntohs (Results 1 – 13 of 13) sorted by relevance
289 static __inline__ unsigned short __ntohs (unsigned short x);292 #define ntohs(x) __ntohs(x)294 #define htons(x) __ntohs(x)305 static __inline__ unsigned short __ntohs (unsigned short x) in __ntohs() function
65 #define __ntohs(x) ((__uint16_t)(x)) macro72 #define __ntohs(x) (__bswap16(x)) macro
124 #define __ntohs(x) ((__uint16_t)(x)) macro137 #define __ntohs(x) (__bswap16((x))) macro
145 #define __ntohs(x) (__bswap16((__uint16_t)(x))) macro150 #define __ntohs(x) ((__uint16_t)(x)) macro
61 return (__ntohs(ns)); in ntohs()
58 #define __ntohs(x) (__bswap16(x)) macro
131 #define __ntohs(x) __bswap16(x) macro
124 #define __ntohs(x) ((__uint16_t)(x)) macro
175 #define ntohs(x) __ntohs(x)
329 #define ntohs(x) __ntohs(x)
122 #define ntohs(x) __ntohs(x)
433 #define ntohs(x) __ntohs(x)