Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_var.h475 struct tcpopt { struct
585 int tcp_addoptions(struct tcpopt *, uint8_t *);
589 void tcp_sack_doack(struct tcpcb *, struct tcpopt *, tcp_seq);
Dtcp_timewait.c124 struct tcpopt to; in tcp_twrespond()
Dtcp_input.c102 static void tcp_dooptions(struct tcpopt *, uint8_t *, int, int);
461 struct tcpopt to; /* options in this segment */ in tcp_input()
961 struct tcpopt to; in tcp_do_segment()
2607 tcp_dooptions(struct tcpopt *to, uint8_t *cp, int cnt, int flags) in tcp_dooptions()
Dtcp_output.c120 struct tcpopt to; in tcp_output()
1344 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()
/external/scapy/scapy/modules/
Dnmap.py142 tcpopt = [("WScale", 10),
149 options=tcpopt, flags=flags)