Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_in.c88 struct tcp_pcb *tcp_input_pcb; variable
437 tcp_input_pcb = pcb;
548 tcp_input_pcb = NULL;
564 tcp_input_pcb = NULL;
Dtcp.c366 if (tcp_input_pcb == pcb) { in tcp_close_shutdown()
Dtcp_out.c1259 if (tcp_input_pcb == pcb) { in tcp_output()
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h326 extern struct tcp_pcb *tcp_input_pcb;
/third_party/lwip/
DCHANGELOG2203 tcp_input_pcb until after calling the pcb's callbacks