![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Include dependency graph for byte_order.h:Go to the source code of this file.
Macros | |
| #define | CLIB_ARCH_IS_BIG_ENDIAN (0) |
| #define | CLIB_ARCH_IS_LITTLE_ENDIAN (1) |
| #define | clib_arch_is_big_endian CLIB_ARCH_IS_BIG_ENDIAN |
| #define | clib_arch_is_little_endian CLIB_ARCH_IS_LITTLE_ENDIAN |
Functions | |
| static u16 | clib_byte_swap_u16 (u16 x) |
| static i16 | clib_byte_swap_i16 (i16 x) |
| static u32 | clib_byte_swap_u32 (u32 x) |
| static i32 | clib_byte_swap_i32 (i32 x) |
| static u64 | clib_byte_swap_u64 (u64 x) |
| static i64 | clib_byte_swap_i64 (i64 x) |
| #define CLIB_ARCH_IS_BIG_ENDIAN (0) |
Definition at line 44 of file byte_order.h.
| #define clib_arch_is_big_endian CLIB_ARCH_IS_BIG_ENDIAN |
Definition at line 53 of file byte_order.h.
| #define CLIB_ARCH_IS_LITTLE_ENDIAN (1) |
Definition at line 45 of file byte_order.h.
| #define clib_arch_is_little_endian CLIB_ARCH_IS_LITTLE_ENDIAN |
Definition at line 54 of file byte_order.h.