Searched refs:tcp_outflags (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/tcplp/bsdtcp/ | ||
D | tcp_fsm.h | 88 static const uint8_t tcp_outflags[TCP_NSTATES] = { variable |
D | tcp_output.c | 178 flags = tcp_outflags[tp->t_state]; in tcp_output() |