Searched refs:LWIP_TCP_OPT_LENGTH (Results 1 – 7 of 7) sorted by relevance
162 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()
176 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()
298 #define LWIP_TCP_OPT_LENGTH(flags) \ macro
290 #define LWIP_TCP_OPT_LENGTH(flags) \ macro
304 #define LWIP_TCP_OPT_LENGTH(flags) \ macro
89 …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()
1293 …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