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