Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtcp_out.c159 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()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h299 #define LWIP_TCP_OPT_LENGTH(flags) \ macro