Macros | |
#define | BYTE_ORDER BIG_ENDIAN |
#define | LWIP_COMPAT_MUTEX 1 |
#define | LWIP_PLATFORM_ASSERT(x) |
#define | LWIP_PLATFORM_DIAG(x) |
#define | LWIP_PROVIDE_ERRNO |
#define | PACK_STRUCT_BEGIN |
#define | PACK_STRUCT_END |
#define | PACK_STRUCT_FIELD(x) x |
#define | PACK_STRUCT_STRUCT __attribute__ ((__packed__)) |
#define | S16_F "hd" |
#define | S32_F "ld" |
#define | U16_F "hu" |
#define | U32_F "lu" |
#define | X16_F "hx" |
#define | X32_F "lx" |
Typedefs | |
typedef u32_t | mem_ptr_t |
typedef signed short | s16_t |
typedef signed long | s32_t |
typedef signed char | s8_t |
typedef unsigned short | u16_t |
typedef unsigned long | u32_t |
typedef unsigned char | u8_t |
#define BYTE_ORDER BIG_ENDIAN |
#define LWIP_COMPAT_MUTEX 1 |
#define LWIP_PLATFORM_ASSERT | ( | x | ) |
#define LWIP_PLATFORM_DIAG | ( | x | ) |
#define LWIP_PROVIDE_ERRNO |
#define PACK_STRUCT_BEGIN |
#define PACK_STRUCT_END |
#define PACK_STRUCT_FIELD | ( | x | ) | x |
PACK_STRUCT_BEGIN struct ip_addr2 PACK_STRUCT_STRUCT __attribute__ ((__packed__)) |
#define S16_F "hd" |
Referenced by etharp_arp_input(), etharp_query(), icmp_input(), mem_malloc(), pbuf_header(), tcp_enqueue_flags(), tcp_output(), tcp_slowtmr(), tcp_write(), and update_arp_entry().
#define S32_F "ld" |
Referenced by lwip_select(), tcp_kill_prio(), and tcp_kill_timewait().
#define U16_F "hu" |
Referenced by etharp_arp_input(), etharp_tmr(), find_entry(), free_entry(), icmp_input(), ip_route(), lwip_accept(), lwip_bind(), lwip_connect(), lwip_getaddrname(), lwip_ioctl(), lwip_recvfrom(), lwip_sendto(), netconn_recv_data(), netconn_send(), netif_set_gw(), netif_set_ipaddr(), netif_set_netmask(), pbuf_alloc(), pbuf_alloced_custom(), pbuf_free(), tcp_bind(), tcp_connect(), tcp_debug_print(), tcp_debug_print_pcbs(), tcp_enqueue_flags(), tcp_input(), tcp_keepalive(), tcp_listen_input(), tcp_output(), tcp_process(), tcp_receive(), tcp_recved(), tcp_rexmit_fast(), tcp_slowtmr(), tcp_write(), tcp_write_checks(), tcp_zero_window_probe(), and update_arp_entry().
#define U32_F "lu" |
Referenced by lwip_setsockopt_internal(), stats_display_mem(), stats_display_sys(), tcp_debug_print(), tcp_debug_print_pcbs(), tcp_enqueue_flags(), tcp_keepalive(), tcp_output(), tcp_output_segment(), tcp_process(), tcp_receive(), tcp_rexmit_fast(), tcp_rst(), tcp_send_empty_ack(), tcp_write(), and tcp_zero_window_probe().
#define X16_F "hx" |
Referenced by ip_input(), tcp_debug_print(), tcp_enqueue_flags(), tcp_input(), tcp_output_segment(), and update_arp_entry().
#define X32_F "lx" |
Referenced by inet_chksum_pseudo(), inet_chksum_pseudo_partial(), ip_input(), and lwip_getsockopt_internal().
typedef signed short s16_t |
typedef signed long s32_t |
typedef signed char s8_t |
typedef unsigned short u16_t |
typedef unsigned long u32_t |
typedef unsigned char u8_t |