Searched refs:tcpopt (Results 1 – 6 of 6) sorted by relevance
/external/openthread/third_party/tcplp/bsdtcp/ |
D | tcp_var.h | 475 struct tcpopt { struct 585 int tcp_addoptions(struct tcpopt *, uint8_t *); 589 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 | 102 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()
|
D | tcp_output.c | 120 struct tcpopt to; in tcp_output() 1344 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()
|
/external/scapy/scapy/modules/ |
D | nmap.py | 142 tcpopt = [("WScale", 10), 149 options=tcpopt, flags=flags)
|