#include <mios32.h>#include <FreeRTOS.h>#include <task.h>#include <queue.h>#include "uip.h"#include "uip_arp.h"#include "network-device.h"#include "timer.h"#include "uip_task.h"#include "osc_server.h"#include "osc_client.h"#include "dhcpc.h"| #define BUF ((struct uip_eth_hdr *)&uip_buf[0]) |
| #define DEBUG_VERBOSE_LEVEL 1 |
| #define PRIORITY_TASK_UIP ( tskIDLE_PRIORITY + 3 ) |
| #define TCPIPBUF ((struct uip_tcpip_hdr *)&uip_buf[UIP_LLH_LEN]) |
| #define UDPBUF ((struct uip_udpip_hdr *)&uip_buf[UIP_LLH_LEN]) |
| void dhcpc_configured | ( | const struct dhcpc_state * | s | ) |
| void uip_log | ( | char * | msg | ) |
| s32 UIP_TASK_AppCall | ( | void | ) |
| s32 UIP_TASK_DHCP_EnableGet | ( | void | ) |
| s32 UIP_TASK_EffectiveGatewayGet | ( | void | ) |
| s32 UIP_TASK_EffectiveNetmaskGet | ( | void | ) |
| s32 UIP_TASK_GatewayGet | ( | void | ) |
| s32 UIP_TASK_InitFromPresets | ( | u8 | _dhcp_enabled, | |
| u32 | _my_ip_address, | |||
| u32 | _my_netmask, | |||
| u32 | _my_gateway | |||
| ) |
| s32 UIP_TASK_IP_AddressGet | ( | void | ) |
| s32 UIP_TASK_IP_EffectiveAddressGet | ( | void | ) |
| s32 UIP_TASK_NetmaskGet | ( | void | ) |
| s32 UIP_TASK_NetworkDeviceAvailable | ( | void | ) |
| s32 UIP_TASK_ServicesRunning | ( | void | ) |
| s32 UIP_TASK_UDP_AppCall | ( | void | ) |

| s32 UIP_TASK_UDP_MonitorLevelGet | ( | void | ) |

| xSemaphoreHandle xUIPSemaphore |
1.6.1