Home
last modified time | relevance | path

Searched refs:tcpopt (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_var.h492 struct tcpopt { struct
605 int tcp_addoptions(struct tcpopt *, uint8_t *);
609 void tcp_sack_doack(struct tcpcb *, struct tcpopt *, tcp_seq);
Dtcp_timewait.c124 struct tcpopt to; in tcp_twrespond()
Dtcp_input.c103 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()
Dtcp_output.c121 struct tcpopt to; in tcp_output()
1434 tcp_addoptions(struct tcpopt *to, uint8_t *optp) in tcp_addoptions()
Dtcp_sack.c330 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) in tcp_sack_doack()