Searched defs:ntohs (Results 1 - 5 of 5) sorted by relevance
| /src/lib/libc/arch/sh3/net/ | ||
| H A D | ntohs.c | 46 ntohs(x) function |
| /src/common/lib/libc/net/ | ||
| H A D | ntohs.c | 18 ntohs(uint16_t x) function in typeref:typename:uint16_t |
| /src/lib/libc/net/ | ||
| H A D | Lint_ntohs.c | 13 ntohs(uint16_t net16) function in typeref:typename:uint16_t |
| /src/sys/arch/hpc/stand/include/machine/ | ||
| H A D | endian.h | 131 #define ntohs(x) (x) macro |
| /src/sys/sys/ | ||
| H A D | endian.h | 116 #define ntohs(x) __CAST(uint16_t, (x)) macro |
Completed in 5 milliseconds