Home
last modified time | relevance | path

Searched refs:tcp_state (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp.h126 enum tcp_state { enum
161 enum tcp_state state; /* TCP state */ \
370 const char* tcp_debug_state_str(enum tcp_state s);
Dtcp_impl.h464 void tcp_debug_print_state(enum tcp_state s);
/lib/liblwip/test/unit/tcp/
Dtcp_helper.h39 void tcp_set_state(struct tcp_pcb* pcb, enum tcp_state state, ip_addr_t* local_ip,
Dtcp_helper.c139 tcp_set_state(struct tcp_pcb* pcb, enum tcp_state state, ip_addr_t* local_ip, in tcp_set_state()
/lib/liblwip/src/core/
Dtcp.c1605 tcp_debug_state_str(enum tcp_state s) in tcp_debug_state_str()
1653 tcp_debug_print_state(enum tcp_state s) in tcp_debug_print_state()