#include <endian.h>

Macros | |
| #define | __bswap_constant_32(x) |
| #define | be64toh(x) __bswap_64(x) |
| #define | htobe64(x) __bswap_64(x) |
| #define __bswap_constant_32 | ( | x | ) |
| #define be64toh | ( | x | ) | __bswap_64(x) |
| #define htobe64 | ( | x | ) | __bswap_64(x) |
Referenced by nfacct_nlmsg_build_payload(), and nft_rule_nlmsg_build_payload().