RetroArch
|
#include <lwip/netif.h>
Go to the source code of this file.
Macros | |
#define | ERR_NODATA -12 |
#define | ERR_ALLREAD -13 |
#define | ERR_TXERROR -14 |
#define | ERR_RXERROR -14 |
#define | ERR_NODEV -16 |
#define | ERR_PKTSIZE -17 |
#define | ERR_TXPENDING -18 |
#define | cpu_to_be16(x) (x) |
#define | cpu_to_be32(x) (x) |
#define | cpu_to_le16p(addr) (cpu_to_le16(*(addr))) |
#define | cpu_to_le32p(addr) (cpu_to_le32(*(addr))) |
#define | cpu_to_be16p(addr) (cpu_to_be16(*(addr))) |
#define | cpu_to_be32p(addr) (cpu_to_be32(*(addr))) |
#define | le16_to_cpup(x) cpu_to_le16p(x) |
#define | le32_to_cpup(x) cpu_to_le32p(x) |
#define | be16_to_cpup(x) cpu_to_be16p(x) |
#define | be32_to_cpup(x) cpu_to_be32p(x) |
#define | le16_to_cpus(x) cpu_to_le16s(x) |
#define | le32_to_cpus(x) cpu_to_le32s(x) |
#define | be16_to_cpus(x) cpu_to_be16s(x) |
#define | be32_to_cpus(x) cpu_to_be32s(x) |
Typedefs | |
typedef void * | dev_s |
Functions | |
static u16 | cpu_to_le16 (u16 x) |
static u32 | cpu_to_le32 (u32 x) |
static void | cpu_to_le16s (u16 *a) |
static void | cpu_to_le32s (u32 *a) |
static void | cpu_to_be16s (u16 *a) |
static void | cpu_to_be32s (u32 *a) |
dev_s | bba_create (struct netif *) |
err_t | bba_init (struct netif *) |
void | bba_process (struct pbuf *p, struct netif *dev) |
#define be16_to_cpup | ( | x | ) | cpu_to_be16p(x) |
#define be16_to_cpus | ( | x | ) | cpu_to_be16s(x) |
#define be32_to_cpup | ( | x | ) | cpu_to_be32p(x) |
#define be32_to_cpus | ( | x | ) | cpu_to_be32s(x) |
#define cpu_to_be16p | ( | addr | ) | (cpu_to_be16(*(addr))) |
#define cpu_to_be32p | ( | addr | ) | (cpu_to_be32(*(addr))) |
#define cpu_to_le16p | ( | addr | ) | (cpu_to_le16(*(addr))) |
#define cpu_to_le32p | ( | addr | ) | (cpu_to_le32(*(addr))) |
#define ERR_ALLREAD -13 |
#define ERR_NODATA -12 |
#define ERR_NODEV -16 |
#define ERR_PKTSIZE -17 |
#define ERR_RXERROR -14 |
#define ERR_TXERROR -14 |
#define ERR_TXPENDING -18 |
#define le16_to_cpup | ( | x | ) | cpu_to_le16p(x) |
#define le16_to_cpus | ( | x | ) | cpu_to_le16s(x) |
#define le32_to_cpup | ( | x | ) | cpu_to_le32p(x) |
#define le32_to_cpus | ( | x | ) | cpu_to_le32s(x) |