sys/endian.h File Reference
API published in:
API deprecated in:
#include <sys/cdefs.h>
#include <sys/_types.h>
#include <machine/endian.h>
Go to the source code of this file.
Define Documentation
#define be16toh | ( | x | | ) | bswap16((x)) |
|
#define be32toh | ( | x | | ) | bswap32((x)) |
|
#define be64toh | ( | x | | ) | bswap64((x)) |
|
#define bswap16 | ( | x | | ) | __bswap16(x) |
|
#define bswap32 | ( | x | | ) | __bswap32(x) |
|
#define bswap64 | ( | x | | ) | __bswap64(x) |
|
#define htobe16 | ( | x | | ) | bswap16((x)) |
|
#define htobe32 | ( | x | | ) | bswap32((x)) |
|
#define htobe64 | ( | x | | ) | bswap64((x)) |
|
Typedef Documentation