wimax-tools
1.4.4
|
Functions | |
unsigned short | wimaxll_swap_16 (unsigned short x) |
Swap the nibbles in a 16 bit number. More... | |
unsigned long | wimaxll_swap_32 (unsigned long x) |
Swap the nibbles in a 32 bit number. More... | |
unsigned short | wimaxll_cpu_to_le16 (unsigned short x) |
Convert a cpu-order 16 bits to little endian. More... | |
unsigned short | wimaxll_le16_to_cpu (unsigned short le16) |
Convert a little-endian 16 bits to cpu order. More... | |
unsigned long | wimaxll_cpu_to_le32 (unsigned long x) |
Convert a cpu-order 32 bits to little endian. More... | |
unsigned long | wimaxll_le32_to_cpu (unsigned long le32) |
Convert a little-endian 32 bits to cpu order. More... | |
unsigned short | wimaxll_cpu_to_be16 (unsigned short x) |
Convert a cpu-order 16 bits to big endian. More... | |
unsigned short | wimaxll_be16_to_cpu (unsigned short be16) |
Convert a big-endian 16 bits to cpu order. More... | |
unsigned long | wimaxll_cpu_to_be32 (unsigned long x) |
Convert a cpu-order 32 bits to big endian. More... | |
unsigned long | wimaxll_be32_to_cpu (unsigned long be32) |
Convert a big-endian 32 bits to cpu order. More... | |
|
inline |
Convert a big-endian 16 bits to cpu order.
|
inline |
Convert a big-endian 32 bits to cpu order.
|
inline |
Convert a cpu-order 16 bits to big endian.
|
inline |
Convert a cpu-order 32 bits to big endian.
|
inline |
Convert a cpu-order 16 bits to little endian.
|
inline |
Convert a cpu-order 32 bits to little endian.
|
inline |
Convert a little-endian 16 bits to cpu order.
Referenced by i2400m_msg_to_dev(), i2400m_tlv_buffer_walk(), and i2400m_tlv_match().
|
inline |
Convert a little-endian 32 bits to cpu order.
|
inline |
Swap the nibbles in a 16 bit number.
Referenced by wimaxll_be16_to_cpu(), wimaxll_cpu_to_be16(), wimaxll_cpu_to_le16(), and wimaxll_le16_to_cpu().
|
inline |
Swap the nibbles in a 32 bit number.
Referenced by wimaxll_be32_to_cpu(), wimaxll_cpu_to_be32(), wimaxll_cpu_to_le32(), and wimaxll_le32_to_cpu().