#include <tcp.h>
Data Fields | |
| void(* | accept )(void *arg, struct tcp_pcb *newpcb) |
| void * | callback_arg |
| ip_addr | local_ip |
| uInt16 | local_port |
| tcp_pcb_listen * | next |
| enum tcp_state | state |
Definition at line 265 of file tcp.h.
| void(* tcp_pcb_listen::accept)(void *arg, struct tcp_pcb *newpcb) |
| struct ip_addr tcp_pcb_listen::local_ip |
| struct tcp_pcb_listen* tcp_pcb_listen::next |
1.4.7