Searched refs:tcpopt (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_var.h | 492 struct tcpopt { struct 605 int tcp_addoptions(struct tcpopt *, uint8_t *); 609 void tcp_sack_doack(struct tcpcb *, struct tcpopt *, tcp_seq);
|
D | tcp_timewait.c | 124 struct tcpopt to; in tcp_twrespond()
|
D | tcp_input.c | 103 static void tcp_dooptions(struct tcpopt *, uint8_t *, int, int); 466 struct tcpopt to; /* options in this segment */ in tcp_input() 1035 struct tcpopt to; in tcp_do_segment() 2775 tcp_dooptions(struct tcpopt *to, uint8_t *cp, int cnt, int flags) in tcp_dooptions()
|
D | tcp_output.c | 121 struct tcpopt to; in tcp_output() 1434 tcp_addoptions(struct tcpopt *to, uint8_t *optp) in tcp_addoptions()
|
D | tcp_sack.c | 330 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) in tcp_sack_doack()
|