Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
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()
/lib/liblwip/src/include/lwip/
Dtcp_impl.h298 #define LWIP_TCP_OPT_LENGTH(flags) \ macro