Home
last modified time | relevance | path

Searched defs:tpcb (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dtcp_priv.h97 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ argument
103 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dtcp_priv.h97 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ argument
103 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) argument
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/
A Dtelnetserver.c483 err_t TelnetPoll(void *arg, struct tcp_pcb *tpcb) { in TelnetPoll()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dapi_msg.c817 struct tcp_pcb* tpcb; local
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c419 STATIC err_t _lwip_tcp_connected(void *arg, struct tcp_pcb *tpcb, err_t err) { in _lwip_tcp_connected()

Completed in 19 milliseconds