|
const char *tcp_localip | __attribute__ ((weak)) |
|
s64 | gettime () |
|
u32 | diff_msec (s64 start, s64 end) |
|
static s32_t | tcpip_allocsocket (struct uip_tcp_pcb *pcb) |
|
static struct tcpip_sock * | tcpip_getsocket (s32_t s) |
|
static int | opentcpip (struct dbginterface *device) |
|
static int | closetcpip (struct dbginterface *device) |
|
static int | waittcpip (struct dbginterface *device) |
|
static int | readtcpip (struct dbginterface *device, void *buffer, int size) |
|
static int | writetcpip (struct dbginterface *device, const void *buffer, int size) |
|
static void | tcpip_err (void *arg, s8_t err) |
|
static s8_t | tcpip_poll (void *arg, struct uip_tcp_pcb *pcb) |
|
static s8_t | tcpip_sent (void *arg, struct uip_tcp_pcb *pcb, u16_t space) |
|
static s8_t | tcpip_recved (void *arg, struct uip_tcp_pcb *pcb, struct uip_pbuf *p, s8_t err) |
|
static s8_t | tcpip_accept_func (void *arg, struct uip_tcp_pcb *newpcb, s8_t err) |
|
static void | __tcpip_poll () |
|
void | tcpip_tmr_needed () |
|
struct dbginterface * | tcpip_init (struct uip_ip_addr *localip, struct uip_ip_addr *netmask, struct uip_ip_addr *gateway, u16 port) |
|
s32_t | tcpip_socket () |
|
s32_t | tcpip_bind (s32_t s, struct sockaddr *name, socklen_t *namelen) |
|
s32_t | tcpip_listen (s32_t s, u32_t backlog) |
|
s32_t | tcpip_accept (s32_t s) |
|
s32_t | tcpip_read (s32_t s, void *buffer, u32_t len) |
|
s32_t | tcpip_write (s32_t s, const void *buffer, u32_t len) |
|
void | tcpip_close (s32_t s) |
|
void | tcpip_stoptimer (s32_t s) |
|
void | tcpip_starttimer (s32_t s) |
|