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