Searched defs:tpcb (Results 1 – 1 of 1) sorted by relevance
84 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ argument90 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) argument
Completed in 3 milliseconds