Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h84 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ argument
89 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) argument