|
libosmocore 1.11.0
Osmocom core library
|
Go to the source code of this file.
Macros | |
| #define | osmo_ntohl(x) (x) |
| #define | osmo_ntohs(x) (x) |
| #define | osmo_htonl(x) (x) |
| #define | osmo_htons(x) (x) |
Functions | |
| static uint32_t | osmo_swab32 (uint32_t in) |
| byte-swap a 32bit word | |
| static uint16_t | osmo_swab16 (uint16_t in) |
| byte-swap a 16bit word | |
byte-swap a 16bit word
| [in] | in | to be swapped 16bit word |