Searched refs:LWIP_TCP_OPT_LENGTH (Results 1 – 2 of 2) sorted by relevance
159 u8_t optlen = LWIP_TCP_OPT_LENGTH(optflags); in tcp_create_segment()389 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_write()426 unsent_optlen = LWIP_TCP_OPT_LENGTH(last_unsent->flags); in tcp_write()744 optlen = LWIP_TCP_OPT_LENGTH(optflags); in tcp_enqueue_flags()844 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_send_empty_ack()
299 #define LWIP_TCP_OPT_LENGTH(flags) \ macro