Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_out.c162 u8_t optlen = LWIP_TCP_OPT_LENGTH(optflags); in tcp_create_segment()
394 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_write()
431 unsent_optlen = LWIP_TCP_OPT_LENGTH(last_unsent->flags); in tcp_write()
751 optlen = LWIP_TCP_OPT_LENGTH(optflags); in tcp_enqueue_flags()
850 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_send_empty_ack()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp_out.c176 u8_t optlen = LWIP_TCP_OPT_LENGTH(optflags); in tcp_create_segment()
415 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_write()
454 unsent_optlen = LWIP_TCP_OPT_LENGTH(last_unsent->flags); in tcp_write()
824 optlen = LWIP_TCP_OPT_LENGTH(optflags); in tcp_enqueue_flags()
930 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_send_empty_ack()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp_impl.h298 #define LWIP_TCP_OPT_LENGTH(flags) \ macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h290 #define LWIP_TCP_OPT_LENGTH(flags) \ macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h304 #define LWIP_TCP_OPT_LENGTH(flags) \ macro
/components/net/lwip/lwip-2.1.2/src/core/
A 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)
873 optlen = LWIP_TCP_OPT_LENGTH(optflags); in tcp_split_unsent_seg()
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A 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()

Completed in 24 milliseconds