Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_timewait.c309 tcp_twcheck(struct tcpcb* tp, struct tcphdr *th, int tlen) in tcp_twcheck() function
Dtcp_var.h576 int tcp_twcheck(struct tcpcb*, struct tcphdr *, int);
Dtcp_input.c600 if (tcp_twcheck(tp,/*inp, &to,*/ th, /*m,*/ tlen)) in tcp_input()