Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dtcpbase.h56 enum tcp_state { enum
80 const char* tcp_debug_state_str(enum tcp_state s);
Daltcp.h138 enum tcp_state altcp_dbg_get_tcp_state(struct altcp_pcb *conn);
Dtcp.h216 enum tcp_state state; /* TCP state */ \
/third_party/lwip/src/include/lwip/priv/
Daltcp_priv.h94 typedef enum tcp_state (*altcp_dbg_get_tcp_state_fn)(struct altcp_pcb *conn);
150 enum tcp_state altcp_default_dbg_get_tcp_state(struct altcp_pcb *conn);
Dtcp_priv.h492 void tcp_debug_print_state(enum tcp_state s);
/third_party/lwip/test/unit/tcp/
Dtcp_helper.h45 void tcp_set_state(struct tcp_pcb* pcb, enum tcp_state state, const ip_addr_t* local_ip,
Dtcp_helper.c146 tcp_set_state(struct tcp_pcb* pcb, enum tcp_state state, const ip_addr_t* local_ip, in tcp_set_state()
/third_party/lwip/src/core/
Daltcp.c523 enum tcp_state
706 enum tcp_state
Dtcp.c587 enum tcp_state last_state; in tcp_abandon()
1386 enum tcp_state last_state; in tcp_slowtmr()
1753 tcp_kill_state(enum tcp_state state) in tcp_kill_state()
2358 tcp_debug_state_str(enum tcp_state s) in tcp_debug_state_str()
2445 tcp_debug_print_state(enum tcp_state s) in tcp_debug_print_state()
Daltcp_tcp.c533 static enum tcp_state