HomeSort by relevance Sort by last modified time
    Searched refs:LWIP_TCP_OPT_LENGTH (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/core/
tcp_out.c 159 u8_t optlen = LWIP_TCP_OPT_LENGTH(optflags);
389 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS);
426 unsent_optlen = LWIP_TCP_OPT_LENGTH(last_unsent->flags);
744 optlen = LWIP_TCP_OPT_LENGTH(optflags);
844 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS);
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 299 #define LWIP_TCP_OPT_LENGTH(flags) \

Completed in 79 milliseconds