Home
last modified time | relevance | path

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

/minix/minix/lib/liblwip/dist/src/core/
H 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()
/minix/minix/lib/liblwip/dist/src/include/lwip/priv/
H A Dtcp_priv.h290 #define LWIP_TCP_OPT_LENGTH(flags) \ macro