lwIP abstraction layer for SAM.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | BYTE_ORDER LITTLE_ENDIAN |
#define | LWIP_COMPAT_MUTEX 1 |
#define | LWIP_PLATFORM_ASSERT(x) |
#define | LWIP_PLATFORM_DIAG(x) |
#define | LWIP_PROVIDE_ERRNO /* Make lwip/arch.h define the codes which are used throughout */ |
#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 "d" |
#define | U16_F "hu" |
#define | U32_F "u" |
#define | X16_F "hx" |
#define | X32_F "x" |
Typedefs | |
typedef u32_t | mem_ptr_t |
typedef signed short | s16_t |
typedef signed int | s32_t |
typedef signed char | s8_t |
typedef unsigned short | u16_t |
typedef unsigned int | u32_t |
typedef unsigned char | u8_t |
#define BYTE_ORDER LITTLE_ENDIAN |
#define LWIP_COMPAT_MUTEX 1 |
#define LWIP_PLATFORM_ASSERT | ( | x | ) |
#define LWIP_PLATFORM_DIAG | ( | x | ) |
#define LWIP_PROVIDE_ERRNO /* Make lwip/arch.h define the codes which are used throughout */ |
#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(), ip_reass(), mem_malloc(), pbuf_header(), tcp_enqueue_flags(), tcp_output(), tcp_slowtmr(), tcp_write(), and update_arp_entry().
#define S32_F "d" |
Referenced by lwip_select(), tcp_kill_prio(), and tcp_kill_timewait().
#define U16_F "hu" |
Referenced by dhcp_bind(), dhcp_check(), dhcp_decline(), dhcp_discover(), dhcp_handle_nak(), dhcp_handle_offer(), dhcp_parse_reply(), dhcp_rebind(), dhcp_reboot(), dhcp_recv(), dhcp_release(), dhcp_renew(), dhcp_select(), dhcp_start(), etharp_arp_input(), etharp_tmr(), find_entry(), free_entry(), icmp_input(), ip_reass_tmr(), 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(), raw_sendto(), 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(), udp_input(), and update_arp_entry().
#define U32_F "u" |
#define X16_F "hx" |
Referenced by dhcp_recv(), ip_input(), ip_reass(), tcp_debug_print(), tcp_enqueue_flags(), tcp_input(), tcp_output_segment(), and update_arp_entry().
#define X32_F "x" |
typedef signed short s16_t |
typedef signed int s32_t |
typedef signed char s8_t |
typedef unsigned short u16_t |
typedef unsigned int u32_t |
typedef unsigned char u8_t |