Searched refs:tcp_reass (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_reass.c | 54 tcp_reass(struct tcpcb* tp, struct tcphdr* th, int* tlenp, otMessage* data, off_t data_offset, stru… in tcp_reass() function 121 tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m)
|
D | tcp_var.h | 607 int tcp_reass(struct tcpcb *, struct tcphdr *, int *, otMessage *, off_t, struct tcplp_signals*);
|
D | tcp_input.c | 2033 (void) tcp_reass(tp, (struct tcphdr *)0, 0, in tcp_do_segment() 2627 thflags = tcp_reass(tp, th, &tlen, msg, otMessageGetOffset(msg) + drop_hdrlen, sig); in tcp_do_segment()
|
/openthread-latest/third_party/tcplp/ |
D | CMakeLists.txt | 36 bsdtcp/tcp_reass.c
|