Home
last modified time | relevance | path

Searched refs:TF_NOPUSH (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_var.h417 #define TF_NOPUSH 0x001000 /* don't push */ macro
Dtcp_output.c524 (tp->t_flags & TF_NOPUSH) == 0) { in tcp_output()
Dtcp_input.c865 tp->t_flags = tp->t_flags & (TF_NOPUSH | TF_NODELAY | TF_NOOPT); in tcp_input()