Searched defs:tcp_nagle_enable (Results 1 – 3 of 3) sorted by relevance
329 #define tcp_nagle_enable(pcb) ((pcb)->flags &= ~TF_NODELAY) macro
374 #define tcp_nagle_enable(pcb) ((pcb)->flags = (tcpflags_t)((pcb)->flags & ~TF_NODELAY)) macro
440 #define tcp_nagle_enable(pcb) tcp_clear_flags(pcb, TF_NODELAY) macro