Defines | |
| #define | CPU_BIG_ENDIAN TRUE |
| #define | CPU_LITTLE_ENDIAN FALSE |
| #define | CPU_swap_u16(value) (((value&0xff) << 8) | ((value >> 8)&0xff)) |
| #define CPU_BIG_ENDIAN TRUE |
Define what is required to specify how the network to host conversion routines are handled.
XXX document implementation including references if appropriate
| #define CPU_LITTLE_ENDIAN FALSE |
Define what is required to specify how the network to host conversion routines are handled.
XXX document implementation including references if appropriate
| #define CPU_swap_u16 | ( | value | ) | (((value&0xff) << 8) | ((value >> 8)&0xff)) |
This routine swaps a 16 bir quantity.
| [in] | value | is the value to be swapped |
1.5.6