Home
last modified time | relevance | path

Searched refs:LWIP_TCP_OPT_LENGTH (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h304 #define LWIP_TCP_OPT_LENGTH(flags) \ macro
/third_party/lwip/src/core/
Dtcp_out.c89 …TCP_OPT_LENGTH_SEGMENT(flags, pcb) LWIP_HOOK_TCP_OUT_TCPOPT_LENGTH(pcb, LWIP_TCP_OPT_LENGTH(flags))
91 #define LWIP_TCP_OPT_LENGTH_SEGMENT(flags, pcb) LWIP_TCP_OPT_LENGTH(flags)
885 optlen = LWIP_TCP_OPT_LENGTH(optflags); in tcp_split_unsent_seg()
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c1293 …const u16_t tcp_syn_opts_len = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_MSS|TF_SEG_OPTS_WND_SCALE|TF_SEG_OP… in test_tcp_rto_timeout_syn_sent_impl()